Allow the intqHIGHER_PRIORITY definition to be modified outside of the IntQueue.c file.

This commit is contained in:
Richard Barry 2011-03-26 10:00:29 +00:00
parent eb16629f11
commit ead29065e0

View file

@ -79,7 +79,9 @@
#include "IntQueueTimer.h" #include "IntQueueTimer.h"
/* Priorities used by test tasks. */ /* Priorities used by test tasks. */
#define intqHIGHER_PRIORITY ( configMAX_PRIORITIES - 2 ) #ifndef intqHIGHER_PRIORITY
#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