projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clear screen after calibration
[hackover2013-badge-firmware.git]
/
project
/
commands
/
cmd_sysinfo.c
diff --git
a/project/commands/cmd_sysinfo.c
b/project/commands/cmd_sysinfo.c
index
36b66e9
..
96a59db
100644
(file)
--- a/
project/commands/cmd_sysinfo.c
+++ b/
project/commands/cmd_sysinfo.c
@@
-45,8
+45,8
@@
#include "project/commands.h" // Generic helper functions
#ifdef CFG_CHIBI
#include "project/commands.h" // Generic helper functions
#ifdef CFG_CHIBI
- #include "drivers/chibi/chb.h"
- #include "drivers/chibi/chb_drvr.h"
+ #include "drivers/
rf/
chibi/chb.h"
+ #include "drivers/
rf/
chibi/chb_drvr.h"
#endif
#ifdef CFG_PRINTF_UART
#endif
#ifdef CFG_PRINTF_UART
@@
-58,7
+58,7
@@
#endif
#ifdef CFG_TFTLCD
#endif
#ifdef CFG_TFTLCD
- #include "drivers/
lcd
/tft/lcd.h"
+ #include "drivers/
displays
/tft/lcd.h"
#endif
#ifdef CFG_SDCARD
#endif
#ifdef CFG_SDCARD
@@
-91,7
+91,7
@@
void cmd_sysinfo(uint8_t argc, char **argv)
#ifdef CFG_PRINTF_UART
uart_pcb_t *pcb = uartGetPCB();
#ifdef CFG_PRINTF_UART
uart_pcb_t *pcb = uartGetPCB();
- printf("%-25s : %
d %s", "UART Baud Rate", pcb->baudrate
, CFG_PRINTF_NEWLINE);
+ printf("%-25s : %
u %s", "UART Baud Rate", (unsigned int)(pcb->baudrate)
, CFG_PRINTF_NEWLINE);
#endif
// TFT LCD Settings (if CFG_TFTLCD enabled)
#endif
// TFT LCD Settings (if CFG_TFTLCD enabled)
This page took
0.026805 seconds
and
4
git commands to generate.