mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-31 10:14:34 +00:00
Minor change so the delay automatically adjusts to the tick frequency.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user