From: richardbarry Date: Tue, 13 Oct 2009 09:11:17 +0000 (+0000) Subject: Formatting only. X-Git-Tag: V6.0.0~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=943d2639f7b1975b2f89bd26d6f5f7026fda88e3;p=freertos Formatting only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@921 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c index 648c0cd9b..8f75fd975 100644 --- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c +++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c @@ -461,14 +461,14 @@ char cTemp; /* Writing off the end of the RAM allocated to this task will *NOT* cause a protection fault because the task is still executing in a privileged mode. Uncomment the following to test. */ - /*cPrivilegedOnlyAccessArray[ mainPRIVILEGED_ONLY_ACCESS_ALIGN_SIZE ] = 'a';*/ + /* cPrivilegedOnlyAccessArray[ mainPRIVILEGED_ONLY_ACCESS_ALIGN_SIZE ] = 'a'; */ /* Now set the task into user mode. */ portSWITCH_TO_USER_MODE(); /* Accessing the privileged only array will now cause a fault. Uncomment the following line to test. */ - /*cPrivilegedOnlyAccessArray[ 0 ] = 'a';*/ + /* cPrivilegedOnlyAccessArray[ 0 ] = 'a'; */ /* The read/write array can still be successfully read and written. */ for( l = 0; l < mainREAD_WRITE_ALIGN_SIZE; l++ ) @@ -754,7 +754,7 @@ const volatile unsigned long *pulSystemPeripheralRegister = ( volatile unsigned ulReadData = *pul; */ /* pul = __privileged_data_start__; - ulReadData = *pul; */ + ulReadData = *pul; */ /* pul = __privileged_data_end__ - 1; ulReadData = *pul; */