]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main.c
Improve coverage of the MPU API in the new MPU demo, fixing typos in the MPU port...
[freertos] / FreeRTOS / Demo / CORTEX_M4F_CEC1302_Keil_GCC / main.c
index 817d1c9316c085d783c3ec19c18f671b6658d514..0ecb573d8abd0102887d144ae10043dfb13b30a3 100644 (file)
@@ -68,6 +68,8 @@
 */\r
 \r
 /******************************************************************************\r
+ * See http://www.freertos.org/Microchip_CEC1302_ARM_Cortex-M4F_Low_Power_Demo.html\r
+ *\r
  * This project provides two demo applications.  A simple blinky style project\r
  * that demonstrates low power tickless functionality, and a more comprehensive\r
  * test and demo application.  The configCREATE_LOW_POWER_DEMO setting, which is\r
@@ -143,6 +145,8 @@ volatile uint32_t ulLED = 0;
 \r
 int main( void )\r
 {\r
+       /* See http://www.freertos.org/Microchip_CEC1302_ARM_Cortex-M4F_Low_Power_Demo.html */\r
+\r
        /* Configure the hardware ready to run the demo. */\r
        prvSetupHardware();\r
 \r