]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
Demo app changes:
[freertos] / FreeRTOS / Demo / CORTEX_LPC1768_GCC_Rowley / FreeRTOSConfig.h
index 4c7a3d27e19fa6c3f6fde2e100d48b869e55500b..5e248871bf7776d4d3cc1b19ec2fea6cb7aa54f2 100644 (file)
 #define configUSE_IDLE_HOOK                    0\r
 #define configMAX_PRIORITIES           ( 5 )\r
 #define configUSE_TICK_HOOK                    1\r
-#define configCPU_CLOCK_HZ                     ( ( unsigned long ) 99000000 )\r
+#define configCPU_CLOCK_HZ                     ( ( unsigned long ) 100000000 )\r
 #define configTICK_RATE_HZ                     ( ( TickType_t ) 1000 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned short ) 80 )\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 19 * 1024 ) )\r
@@ -146,7 +146,7 @@ to exclude the API function. */
 \r
 /* This demo makes use of one or more example stats formatting functions.  These\r
 format the raw data provided by the uxTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within \r
+readable ASCII form.  See the notes in the implementation of vTaskList() within\r
 FreeRTOS/Source/tasks.c for limitations. */\r
 #define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
 \r