]> git.sur5r.net Git - freertos/commitdiff
FreeRTOS.h changes to go with the last tasks.c checkin.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 May 2017 23:08:34 +0000 (23:08 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 May 2017 23:08:34 +0000 (23:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2510 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/FreeRTOS.h

index bb3229ad84c94e2d647a47579adf18ee89c494d7..6154db1b2f746548c444416445511ac544de10b2 100644 (file)
@@ -736,6 +736,10 @@ extern "C" {
        #define portTASK_USES_FLOATING_POINT()\r
 #endif\r
 \r
+#ifndef portTASK_CALLS_SECURE_FUNCTIONS\r
+       #define portTASK_CALLS_SECURE_FUNCTIONS()\r
+#endif\r
+\r
 #ifndef configUSE_TIME_SLICING\r
        #define configUSE_TIME_SLICING 1\r
 #endif\r