From: rtel Date: Fri, 28 Dec 2018 03:38:27 +0000 (+0000) Subject: Correct accidental deletion in GenQTest.c. X-Git-Tag: V10.2.0~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12f15b5a041ee55c7a528156ad45e7b375c498c3;p=freertos Correct accidental deletion in GenQTest.c. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2615 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c index 6f4c1e7cc..80e8b75c3 100644 --- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c +++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c @@ -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