From: rtel Date: Mon, 29 May 2017 23:08:34 +0000 (+0000) Subject: FreeRTOS.h changes to go with the last tasks.c checkin. X-Git-Tag: V10.0.0~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e895ec23bf62e755319cf88b73d73d981bc89a56;p=freertos FreeRTOS.h changes to go with the last tasks.c checkin. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2510 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h index bb3229ad8..6154db1b2 100644 --- a/FreeRTOS/Source/include/FreeRTOS.h +++ b/FreeRTOS/Source/include/FreeRTOS.h @@ -736,6 +736,10 @@ extern "C" { #define portTASK_USES_FLOATING_POINT() #endif +#ifndef portTASK_CALLS_SECURE_FUNCTIONS + #define portTASK_CALLS_SECURE_FUNCTIONS() +#endif + #ifndef configUSE_TIME_SLICING #define configUSE_TIME_SLICING 1 #endif