/* * @file FreeRTOS.h * @author Frederic Pillon for STMicroelectronics. * @brief Include header file to match Arduino library format */ #ifndef _ARDUINO_FREERTOS_H_ #define _ARDUINO_FREERTOS_H_ #include "FreeRTOS/Source/include/FreeRTOS.h" #endif //_ARDUINO_FREERTOS_H_