mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -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 )
|
||||
|
||||
#ifndef genqMUTEX_TEST_TASK_STACK_SIZE
|
||||
#define configMINIMAL_STACK_SIZE
|
||||
#define genqMUTEX_TEST_TASK_STACK_SIZE configMINIMAL_STACK_SIZE
|
||||
#endif
|
||||
|
||||
#ifndef genqGENERIC_QUEUE_TEST_TASK_STACK_SIZE
|
||||
|
|
Loading…
Reference in a new issue