From e895ec23bf62e755319cf88b73d73d981bc89a56 Mon Sep 17 00:00:00 2001 From: rtel Date: Mon, 29 May 2017 23:08:34 +0000 Subject: [PATCH] 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 --- FreeRTOS/Source/include/FreeRTOS.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2