From 3ca48fbc257a41b9c2493c0861822dacd96cba70 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 7 Apr 2013 19:41:45 +0000 Subject: [PATCH] Prepare to package up SAM4L demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1852 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../src/config/FreeRTOSConfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h index 4e23adaa8..d14ddd2a4 100644 --- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h @@ -87,12 +87,14 @@ * See http://www.freertos.org/a00110.html. *----------------------------------------------------------*/ +#include "asf.h" + /* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky demo, or 0 to run the more comprehensive test and demo application. */ #define configCREATE_LOW_POWER_DEMO 1 #if configCREATE_LOW_POWER_DEMO == 1 - #define configCPU_CLOCK_HZ 16384 /*( sysclk_get_cpu_hz() )*/ + #define configCPU_CLOCK_HZ 16384 #define configSYSTICK_CLOCK_HZ 16384 #define configUSE_TICKLESS_IDLE 1 #define configTICK_RATE_HZ ( ( portTickType ) 128 ) -- 2.39.2