FreeCalypso > hg > fc-magnetite
comparison src/cs/drivers/drv_app/r2d/r2d_config.h @ 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 | 945cf7f506b2 |
children | a0c5d28798fe |
comparison
equal
deleted
inserted
replaced
128:5f3644f0109e | 129:f4ee7ba49bdb |
---|---|
15 | 15 |
16 #ifndef __R2D_CONFIG__ | 16 #ifndef __R2D_CONFIG__ |
17 #define __R2D_CONFIG__ | 17 #define __R2D_CONFIG__ |
18 | 18 |
19 #ifndef _WINDOWS | 19 #ifndef _WINDOWS |
20 #include "config/r2d.cfg" | 20 #include "config/r2d.cfg" |
21 #include "config/board.cfg" | 21 #include "config/board.cfg" |
22 #include "config/swconfig.cfg" | 22 #include "config/swconfig.cfg" |
23 #endif | 23 #endif |
24 | 24 |
25 /******************************* | 25 /******************************* |
26 | 26 |
80 #define R2D_EMBEDDED_LCD R2D_PC_COLOR_LCD | 80 #define R2D_EMBEDDED_LCD R2D_PC_COLOR_LCD |
81 #endif | 81 #endif |
82 | 82 |
83 #if (R2D_LCD_TEST == 1) | 83 #if (R2D_LCD_TEST == 1) |
84 #define R2D_REFRESH_PERIOD 40 // ms | 84 #define R2D_REFRESH_PERIOD 40 // ms |
85 #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD | 85 #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD |
86 #else | 86 #else |
87 #if ((BOARD == 7) || (BOARD == 8) || (BOARD == 9)) | 87 #if ((BOARD == 7) || (BOARD == 8) || (BOARD == 9)) |
88 // C-Sample is equipped with Mirrored LCD | 88 // C-Sample is equipped with Mirrored LCD |
89 #define R2D_REFRESH_PERIOD 40 // ms | 89 #define R2D_REFRESH_PERIOD 40 // ms |
90 #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD | 90 #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD |
91 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) | 91 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) |
92 #if (!GSMLITE) | 92 #if (!GSMLITE) |
93 // D-Sample Board with Color Display | 93 // D-Sample Board with Color Display |
94 #define R2D_REFRESH_PERIOD 40 // ms | 94 #define R2D_REFRESH_PERIOD 40 // ms |
95 #define R2D_EMBEDDED_LCD R2D_BOARD_DSAMPLE | 95 #define R2D_EMBEDDED_LCD R2D_BOARD_DSAMPLE |
96 #else | 96 #else |
97 // D-Sample Board with simulated B&W Display | 97 // D-Sample Board with simulated B&W Display |
98 #define R2D_REFRESH_PERIOD 40 // ms | 98 #define R2D_REFRESH_PERIOD 40 // ms |
99 #define R2D_EMBEDDED_LCD R2D_BOARD_BW_DSAMPLE | 99 #define R2D_EMBEDDED_LCD R2D_BOARD_BW_DSAMPLE |
100 #endif | 100 #endif |
101 #endif | 101 #endif |
102 #endif | 102 #endif |
103 | 103 |
104 // Launch R2D_REFRESH_LOOP to estimate the time | 104 // Launch R2D_REFRESH_LOOP to estimate the time |
105 // taken by one loop | 105 // taken by one loop |
106 #define R2D_BENCHMARKING R2D_OFF | 106 #define R2D_BENCHMARKING R2D_OFF |