# HG changeset patch # User Mychaela Falconia # Date 1475871410 0 # Node ID f4ee7ba49bdbff5fdc8ebc350ff579d3b1352825 # Parent 5f3644f0109edc8fea9c1182678dd44ae0040ee3 src/cs/drivers/drv_app/r2d/r2d_config.h: indentation fixes diff -r 5f3644f0109e -r f4ee7ba49bdb src/cs/drivers/drv_app/r2d/r2d_config.h --- 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