projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of gitlab:wintermute/hackover2013-badge-firmware
[hackover2013-badge-firmware.git]
/
project
/
commands
/
cmd_uart.c
diff --git
a/project/commands/cmd_uart.c
b/project/commands/cmd_uart.c
index
74ad470
..
490626b
100644
(file)
--- 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 "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"
/**************************************************************************/
#include "core/uart/uart.h"
/**************************************************************************/
@@
-88,7
+88,7
@@
void cmd_uart(uint8_t argc, char **argv)
}
else
{
}
else
{
- printf("%u%s", uartEEPROM, CFG_PRINTF_NEWLINE);
+ printf("%u%s",
(unsigned int)
uartEEPROM, CFG_PRINTF_NEWLINE);
}
#endif
}
}
#endif
}
This page took
0.024649 seconds
and
4
git commands to generate.