diff src/cs/drivers/drv_app/r2d/r2d_inits.c @ 112:fdecfb3bd860

.../drv_app/r2d/r2d_*.c: LCD include case fixes from Magnetite R2D is not used in Selenite, but we strive to keep the two source trees in sync as much as possible to reduce the diffs.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Oct 2018 16:56:22 +0000
parents b6a5e36de839
children 6a53de2c4fc2
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/r2d/r2d_inits.c	Sat Oct 13 16:32:07 2018 +0000
+++ b/src/cs/drivers/drv_app/r2d/r2d_inits.c	Sat Oct 13 16:56:22 2018 +0000
@@ -89,47 +89,47 @@
 
 
 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD)
-#include "r2d/lcds/colorpc/r2d_task_init_i.c"
+#include "r2d/lcds/ColorPC/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE)
-#include "r2d/lcds/pc_csample/r2d_task_init_i.c"
+#include "r2d/lcds/PC_CSAMPLE/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE)
-#include "r2d/lcds/pc_dsample/r2d_task_init_i.c"
+#include "r2d/lcds/PC_DSAMPLE/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD)
   #ifdef CONFIG_TARGET_C139
     #include "r2d/lcds/c139/r2d_task_init_i.c"
   #else
-    #include "r2d/lcds/simple/r2d_task_init_i.c"
+    #include "r2d/lcds/Simple/r2d_task_init_i.c"
   #endif
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD)
-#include "r2d/lcds/customer/r2d_task_init_i.c"
+#include "r2d/lcds/Customer/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD)
-#include "r2d/lcds/horizontal/r2d_task_init_i.c"
+#include "r2d/lcds/Horizontal/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD)
-#include "r2d/lcds/simple/r2d_task_init_i.c"
+#include "r2d/lcds/Simple/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD)
-#include "r2d/lcds/colorboard/r2d_task_init_i.c"
+#include "r2d/lcds/ColorBoard/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE)
-#include "r2d/lcds/d_sample/r2d_task_init_i.c"
+#include "r2d/lcds/D_Sample/r2d_task_init_i.c"
 #endif
 
 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE)
-#include "r2d/lcds/bw_d_sample/r2d_task_init_i.c"
+#include "r2d/lcds/BW_D_Sample/r2d_task_init_i.c"
 #endif
 
 UINT32 r2d_get_memory_bank_size()