mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Allow the intqHIGHER_PRIORITY definition to be modified outside of the IntQueue.c file.
This commit is contained in:
parent
eb16629f11
commit
ead29065e0
1 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,9 @@
|
||||||
#include "IntQueueTimer.h"
|
#include "IntQueueTimer.h"
|
||||||
|
|
||||||
/* Priorities used by test tasks. */
|
/* Priorities used by test tasks. */
|
||||||
|
#ifndef intqHIGHER_PRIORITY
|
||||||
#define intqHIGHER_PRIORITY ( configMAX_PRIORITIES - 2 )
|
#define intqHIGHER_PRIORITY ( configMAX_PRIORITIES - 2 )
|
||||||
|
#endif
|
||||||
#define intqLOWER_PRIORITY ( tskIDLE_PRIORITY )
|
#define intqLOWER_PRIORITY ( tskIDLE_PRIORITY )
|
||||||
|
|
||||||
/* The number of values to send/receive before checking that all values were
|
/* The number of values to send/receive before checking that all values were
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue