FreeCalypso > hg > fc-selenite
diff src/cs/drivers/drv_app/r2d/r2d_refresh.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_refresh.c Sat Oct 13 16:32:07 2018 +0000 +++ b/src/cs/drivers/drv_app/r2d/r2d_refresh.c Sat Oct 13 16:56:22 2018 +0000 @@ -66,46 +66,46 @@ } #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) -#include "lcds/colorpc/r2d_task_i.c" +#include "lcds/ColorPC/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) -#include "lcds/pc_csample/r2d_task_i.c" +#include "lcds/PC_CSAMPLE/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) -#include "lcds/pc_dsample/r2d_task_i.c" +#include "lcds/PC_DSAMPLE/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) -#include "lcds/simple/r2d_task_i.c" +#include "lcds/Simple/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) #ifdef CONFIG_TARGET_C139 #include "lcds/c139/r2d_task_i.c" #else - #include "lcds/simple/r2d_task_i.c" + #include "lcds/Simple/r2d_task_i.c" #endif #endif #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) -#include "lcds/customer/r2d_task_i.c" +#include "lcds/Customer/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) -#include "lcds/horizontal/r2d_task_i.c" +#include "lcds/Horizontal/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) -#include "lcds/colorboard/r2d_task_i.c" +#include "lcds/ColorBoard/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) -#include "lcds/d_sample/r2d_task_i.c" +#include "lcds/D_Sample/r2d_task_i.c" #endif #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) -#include "lcds/bw_d_sample/r2d_task_i.c" +#include "lcds/BW_D_Sample/r2d_task_i.c" #endif