FreeCalypso > hg > fc-magnetite
changeset 129:f4ee7ba49bdb
src/cs/drivers/drv_app/r2d/r2d_config.h: indentation fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 07 Oct 2016 20:16:50 +0000 |
parents | 5f3644f0109e |
children | a0c5d28798fe |
files | src/cs/drivers/drv_app/r2d/r2d_config.h |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/r2d/r2d_config.h Fri Oct 07 19:49:36 2016 +0000 +++ b/src/cs/drivers/drv_app/r2d/r2d_config.h Fri Oct 07 20:16:50 2016 +0000 @@ -17,8 +17,8 @@ #define __R2D_CONFIG__ #ifndef _WINDOWS -#include "config/r2d.cfg" -#include "config/board.cfg" + #include "config/r2d.cfg" + #include "config/board.cfg" #include "config/swconfig.cfg" #endif @@ -82,23 +82,23 @@ #if (R2D_LCD_TEST == 1) #define R2D_REFRESH_PERIOD 40 // ms - #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD + #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD #else #if ((BOARD == 7) || (BOARD == 8) || (BOARD == 9)) - // C-Sample is equipped with Mirrored LCD - #define R2D_REFRESH_PERIOD 40 // ms - #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD - #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) + // C-Sample is equipped with Mirrored LCD + #define R2D_REFRESH_PERIOD 40 // ms + #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD + #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) #if (!GSMLITE) // D-Sample Board with Color Display - #define R2D_REFRESH_PERIOD 40 // ms - #define R2D_EMBEDDED_LCD R2D_BOARD_DSAMPLE + #define R2D_REFRESH_PERIOD 40 // ms + #define R2D_EMBEDDED_LCD R2D_BOARD_DSAMPLE #else // D-Sample Board with simulated B&W Display #define R2D_REFRESH_PERIOD 40 // ms #define R2D_EMBEDDED_LCD R2D_BOARD_BW_DSAMPLE - #endif - #endif + #endif + #endif #endif // Launch R2D_REFRESH_LOOP to estimate the time