* 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