enable debug per default

This commit is contained in:
King Kévin 2022-12-07 11:17:45 +01:00
parent 9e35864548
commit 7ba053d34f
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -12,7 +12,7 @@
#include "softi2c_master.h"
// enable UART debug
#define DEBUG 0
#define DEBUG 1
#define EEPROM_ADDR 0x4000 // EEPROM start address
static bool eeprom_valid = true; // if the EDID can be read from EEPROM