FreeRTOS.h changes to go with the last tasks.c checkin.

This commit is contained in:
Richard Barry 2017-05-29 23:08:34 +00:00
parent b5d8be2209
commit 2887612f27

View file

@ -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