minor, fix comment

This commit is contained in:
King Kévin 2022-08-19 15:56:29 +02:00
parent df482ca7c4
commit d02facf754
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -482,7 +482,7 @@ level pulse on the Hot Plug Detect pin. This pulse shall be at least 100 msec.
// verify stored EDID validity
if (!edid_length((uint8_t*)EEPROM_ADDR)) {
LED_PORT->ODR.reg &= ~LED_PIN; // switch LED on to indicate I²C read fail
LED_PORT->ODR.reg &= ~LED_PIN; // switch LED on to indicate EDID is invalid
puts("EEPROM EDID invalid\r\n");
}