Prep for v1.1.0
[hackover2013-badge-firmware.git] / project / commands / cmd_sysinfo.c
index ead3aa8..96a59db 100644 (file)
@@ -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
This page took 0.024099 seconds and 4 git commands to generate.