]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
Formatting only.
[freertos] / Demo / CORTEX_MPU_LM3Sxxxx_Rowley / main.c
index 67628e011b664029aaf001f5f1458a2299c5b436..13072640c219413dfa31717d30152d5ab5b6a322 100644 (file)
@@ -217,12 +217,12 @@ access to the debug variables that form part of the Rowley library, and are
 accessed within the debug_printf() function. */\r
 extern unsigned long dbgCntrlWord_mempoll;\r
 static const xMemoryRegion xAltRegions[ portNUM_CONFIGURABLE_REGIONS ] =\r
-       {                                                                                       \r
-               /* Base address                                         Length          Parameters */\r
-        { ( void * ) &dbgCntrlWord_mempoll,    32,                     portMPU_REGION_READ_WRITE },\r
-        { 0,                                                           0,                      0 },\r
-        { 0,                                                           0,                      0 }\r
-       };\r
+{                                                                                      \r
+       /* Base address                                         Length          Parameters */\r
+       { ( void * ) &dbgCntrlWord_mempoll,     32,                     portMPU_REGION_READ_WRITE },\r
+       { 0,                                                            0,                      0 },\r
+       { 0,                                                            0,                      0 }\r
+};\r
 \r
 \r
 \r