From d02facf754e7c66257d849df18ba770571314883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 19 Aug 2022 15:56:29 +0200 Subject: [PATCH] minor, fix comment --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e4dd7f4..a7af37e 100644 --- a/main.c +++ b/main.c @@ -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"); }