]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c
Use linker script variables for MPU setup for Nuvoton M2351 Keil Project
[freertos] / FreeRTOS / Demo / CORTEX_MPU_M33F_Simulator_Keil_GCC / NonSecure / main_ns.c
index 42ac4f49ab77a715b6655bf88b7d0171e5ae532f..fb6aeaa6bd2a3b4903f59969605d60487859ba2a 100644 (file)
@@ -63,7 +63,7 @@ const uint32_t * __unprivileged_flash_end__                   = ( uint32_t * ) ( ( uint32_t ) &(
 /* RAM with priviledged access only. This contains kernel data. */\r
 const uint32_t * __privileged_sram_start__                     = ( uint32_t * ) &( Image$$ER_IRAM_NS_PRIVILEGED$$Base );\r
 const uint32_t * __privileged_sram_end__                       = ( uint32_t * ) ( ( uint32_t ) &( Image$$ER_IRAM_NS_PRIVILEGED_ALIGN$$Limit ) - 0x1 ); /* Last address in privileged RAM. */\r
-;\r
+\r
 /* Unprivileged RAM. */\r
 const uint32_t * __unprivileged_sram_start__           = ( uint32_t * ) &( Image$$ER_IRAM_NS_UNPRIVILEGED$$Base );\r
 const uint32_t * __unprivileged_sram_end__                     = ( uint32_t * ) ( ( uint32_t ) &( Image$$ER_IRAM_NS_UNPRIVILEGED_ALIGN$$Limit ) - 0x1 ); /* Last address in un-privileged RAM. */\r