]> git.sur5r.net Git - freertos/commitdiff
Correct accidental deletion in GenQTest.c.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 28 Dec 2018 03:38:27 +0000 (03:38 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 28 Dec 2018 03:38:27 +0000 (03:38 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2615 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/Common/Minimal/GenQTest.c

index 6f4c1e7ccefc35f9151e827b864959140c6231f6..80e8b75c34f717bb095169a9bcc0bc625adc19be 100644 (file)
@@ -57,7 +57,7 @@
 #define genqMUTEX_HIGH_PRIORITY                ( tskIDLE_PRIORITY + 3 )\r
 \r
 #ifndef genqMUTEX_TEST_TASK_STACK_SIZE\r
-       #define configMINIMAL_STACK_SIZE\r
+       #define genqMUTEX_TEST_TASK_STACK_SIZE configMINIMAL_STACK_SIZE\r
 #endif\r
 \r
 #ifndef genqGENERIC_QUEUE_TEST_TASK_STACK_SIZE\r