From 51504c58bdb3c58fc35566abbc656e71e682f03e Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 30 Sep 2009 20:18:36 +0000 Subject: [PATCH] Formatting only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@888 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs | 3 +-- Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs index c8a7a4037..4ab370397 100644 --- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs +++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs @@ -19,7 +19,6 @@ - @@ -50,7 +49,7 @@ - + diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c index 67628e011..13072640c 100644 --- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c +++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c @@ -217,12 +217,12 @@ access to the debug variables that form part of the Rowley library, and are accessed within the debug_printf() function. */ extern unsigned long dbgCntrlWord_mempoll; static const xMemoryRegion xAltRegions[ portNUM_CONFIGURABLE_REGIONS ] = - { - /* Base address Length Parameters */ - { ( void * ) &dbgCntrlWord_mempoll, 32, portMPU_REGION_READ_WRITE }, - { 0, 0, 0 }, - { 0, 0, 0 } - }; +{ + /* Base address Length Parameters */ + { ( void * ) &dbgCntrlWord_mempoll, 32, portMPU_REGION_READ_WRITE }, + { 0, 0, 0 }, + { 0, 0, 0 } +}; -- 2.39.2