Merge branch 'master' of git://github.com/microbuilder/LPC1343CodeBase
[hackover2013-badge-firmware.git] / project / commands / cmd_uart.c
index 74ad470..490626b 100644 (file)
@@ -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
   }
This page took 0.0265919999999999 seconds and 4 git commands to generate.