X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/43b7092bd42d639a527b32dae4af87e37528ef57..e7290b9b8ad5b061ac1c9dd71bc4a6b33223d8ee:/project/commands/cmd_uart.c diff --git a/project/commands/cmd_uart.c b/project/commands/cmd_uart.c index 74ad470..490626b 100644 --- a/project/commands/cmd_uart.c +++ b/project/commands/cmd_uart.c @@ -43,7 +43,7 @@ #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" /**************************************************************************/ @@ -88,7 +88,7 @@ void cmd_uart(uint8_t argc, char **argv) } else { - printf("%u%s", uartEEPROM, CFG_PRINTF_NEWLINE); + printf("%u%s", (unsigned int)uartEEPROM, CFG_PRINTF_NEWLINE); } #endif }