From: richardbarry Date: Sun, 27 Jan 2008 17:21:14 +0000 (+0000) Subject: Remove incorrect comment. X-Git-Tag: V4.7.1~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=851da85aa89b2db91ab2366af5f5d74367f690ab;p=freertos Remove incorrect comment. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@138 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h index 119cab5d0..01ec46b75 100644 --- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h @@ -49,7 +49,7 @@ #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 0 #define configUSE_TICK_HOOK 0 -#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 57600000 ) /* =12Mhz xtal multiplied by 5 using the PLL. */ +#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 57600000 ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 4 ) #define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 120 )