mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Correct accidental deletion in GenQTest.c.
This commit is contained in:
parent
d369110167
commit
911a1de273
|
@ -57,7 +57,7 @@
|
||||||
#define genqMUTEX_HIGH_PRIORITY ( tskIDLE_PRIORITY + 3 )
|
#define genqMUTEX_HIGH_PRIORITY ( tskIDLE_PRIORITY + 3 )
|
||||||
|
|
||||||
#ifndef genqMUTEX_TEST_TASK_STACK_SIZE
|
#ifndef genqMUTEX_TEST_TASK_STACK_SIZE
|
||||||
#define configMINIMAL_STACK_SIZE
|
#define genqMUTEX_TEST_TASK_STACK_SIZE configMINIMAL_STACK_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef genqGENERIC_QUEUE_TEST_TASK_STACK_SIZE
|
#ifndef genqGENERIC_QUEUE_TEST_TASK_STACK_SIZE
|
||||||
|
|
Loading…
Reference in a new issue