#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_TFTLCD
- #include "drivers/lcd/tft/lcd.h"
+ #include "drivers/displays/tft/lcd.h"
#endif
#ifdef CFG_SDCARD
#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)