]> git.sur5r.net Git - freertos/commitdiff
Prepare to package up SAM4L demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 7 Apr 2013 19:41:45 +0000 (19:41 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 7 Apr 2013 19:41:45 +0000 (19:41 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1852 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h

index 4e23adaa8817a24b6249248f9cd8b8037cebb424..d14ddd2a4e25040e1a7c7abdf4e53237abbb7a74 100644 (file)
  * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
+#include "asf.h"\r
+\r
 /* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky demo,\r
 or 0 to run the more comprehensive test and demo application. */\r
 #define configCREATE_LOW_POWER_DEMO    1\r
 \r
 #if configCREATE_LOW_POWER_DEMO == 1\r
-       #define configCPU_CLOCK_HZ                              16384 /*( sysclk_get_cpu_hz() )*/\r
+       #define configCPU_CLOCK_HZ                              16384\r
        #define configSYSTICK_CLOCK_HZ                  16384\r
        #define configUSE_TICKLESS_IDLE                 1\r
        #define configTICK_RATE_HZ                              ( ( portTickType ) 128 )\r