Minor change so the delay automatically adjusts to the tick frequency.

pull/4/head
Richard Barry 16 years ago
parent f8e9f4071b
commit 37bee0c18b

@ -127,7 +127,7 @@ errors have been detected. */
/* The rate at which the LED controlled by the 'check' task will flash when an
error has been detected. */
#define mainERROR_PERIOD ( 500 )
#define mainERROR_PERIOD ( 500 / portTICK_RATE_MS )
/* The priorities of the various demo application tasks. */
#define mainCHECK_TASK_PRIORITY ( tskIDLE_PRIORITY + 4 )

Loading…
Cancel
Save