#include "project/commands.h" // Generic helper functions
#ifdef CFG_I2CEEPROM
- #include "drivers/eeprom/eeprom.h"
+ #include "drivers/storage/eeprom/eeprom.h"
#include "core/uart/uart.h"
/**************************************************************************/
}
else
{
- printf("%u%s", uartEEPROM, CFG_PRINTF_NEWLINE);
+ printf("%u%s", (unsigned int)uartEEPROM, CFG_PRINTF_NEWLINE);
}
#endif
}