]> git.sur5r.net Git - freertos/commitdiff
Formatting only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Sep 2009 20:18:36 +0000 (20:18 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Sep 2009 20:18:36 +0000 (20:18 +0000)
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
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c

index c8a7a40378088560082d704e89e298c8b7ee610e..4ab370397b7f66deb193a80c2bd5e6626722e739 100644 (file)
@@ -19,7 +19,6 @@
   <ProjectSessionItem path="RTOSDemo" name="unnamed" />
   <ProjectSessionItem path="RTOSDemo;RTOSDemo" name="unnamed" />
   <ProjectSessionItem path="RTOSDemo;RTOSDemo;Source Files" name="unnamed" />
-  <ProjectSessionItem path="RTOSDemo;RTOSDemo;Source Files;FreeRTOS MPU" name="unnamed" />
  </Project>
  <Register1>
   <RegisterWindow openNodes="CPU;CPU/xPSR;CPU/CFBP;CPU/CFBP/CONTROL[0];CPU/CFBP/CONTROL[1];Interrupt_Type" binaryNodes="" unsignedNodes="" visibleGroups="CPU;Interrupt_Type" decimalNodes="" octalNodes="" asciiNodes="" />
@@ -50,7 +49,7 @@
   <Watches active="0" update="Never" />
  </Watch4>
  <Files>
-  <SessionOpenFile useTextEdit="1" useBinaryEdit="0" codecName="Latin1" x="0" debugPath="C:\E\Dev\FreeRTOS\Trial\FreeRTOS_MPU\FreeRTOS\Demo\CORTEX_MPU_LM3Sxxxx_Rowley\main.c" y="701" path="C:\E\Dev\FreeRTOS\Trial\FreeRTOS_MPU\FreeRTOS\Demo\CORTEX_MPU_LM3Sxxxx_Rowley\main.c" left="0" selected="1" name="unnamed" top="682" />
+  <SessionOpenFile useTextEdit="1" useBinaryEdit="0" codecName="Latin1" x="0" debugPath="C:\E\Dev\FreeRTOS\WorkingCopy\Demo\CORTEX_MPU_LM3Sxxxx_Rowley\main.c" y="0" path="C:\E\Dev\FreeRTOS\WorkingCopy\Demo\CORTEX_MPU_LM3Sxxxx_Rowley\main.c" left="0" selected="1" name="unnamed" top="0" />
  </Files>
  <ARMCrossStudioWindow activeProject="RTOSDemo" autoConnectTarget="Luminary USB Debug" debugSearchFileMap="" fileDialogInitialDirectory="C:\E\Dev\FreeRTOS\WorkingCopy\Source\portable\GCC\ARM_CM3_MPU" fileDialogDefaultFilter="*.*" autoConnectCapabilities="388991" debugSearchPath="" buildConfiguration="THUMB Flash Debug" />
 </session>
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