<None Include="src\config\conf_ili93xx.h">\r
<SubType>compile</SubType>\r
</None>\r
+ <Compile Include="src\config\FreeRTOSIPConfig.h">\r
+ <SubType>compile</SubType>\r
+ </Compile>\r
<Compile Include="src\FreeRTOS+\FreeRTOS+FAT SL\API\fat_sl.h">\r
<SubType>compile</SubType>\r
</Compile>\r
<Compile Include="src\config\FreeRTOSConfig.h">\r
<SubType>compile</SubType>\r
</Compile>\r
- <Compile Include="src\config\FreeRTOSIPConfig.h">\r
- <SubType>compile</SubType>\r
- </Compile>\r
<Compile Include="src\main.c">\r
<SubType>compile</SubType>\r
</Compile>\r
<None Include="src\ASF\thirdparty\CMSIS\Include\core_cmInstr.h">\r
<SubType>compile</SubType>\r
</None>\r
- <None Include="src\ASF\thirdparty\CMSIS\Lib\GCC\libarm_cortexM4lf_math.a">\r
- <SubType>compile</SubType>\r
- </None>\r
<None Include="src\ASF\thirdparty\CMSIS\README.txt">\r
<SubType>compile</SubType>\r
</None>\r
* See http://www.freertos.org/a00110.html.\r
*----------------------------------------------------------*/\r
\r
+extern uint32_t SystemCoreClock;\r
+\r
#define configUSE_PREEMPTION 1\r
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 1\r
#define configUSE_QUEUE_SETS 1\r
#define configUSE_IDLE_HOOK 0\r
#define configUSE_TICK_HOOK 1\r
-#define configCPU_CLOCK_HZ ( ( unsigned long ) CHIP_FREQ_CPU_MAX )\r
+#define configCPU_CLOCK_HZ ( SystemCoreClock )\r
#define configTICK_RATE_HZ ( 1000 )\r
#define configMAX_PRIORITIES ( 5 )\r
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 130 )\r
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,\r
or 0 to run the more comprehensive demo application that includes add-on\r
components. */\r
-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0\r
+#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1\r
\r
/*-----------------------------------------------------------*/\r
\r