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

pull/4/head
Richard Barry 14 years ago
parent eb16629f11
commit ead29065e0

@ -79,7 +79,9 @@
#include "IntQueueTimer.h"
/* Priorities used by test tasks. */
#ifndef intqHIGHER_PRIORITY
#define intqHIGHER_PRIORITY ( configMAX_PRIORITIES - 2 )
#endif
#define intqLOWER_PRIORITY ( tskIDLE_PRIORITY )
/* The number of values to send/receive before checking that all values were

Loading…
Cancel
Save