/* * @file freertos_os2.h * @author Frederic Pillon for STMicroelectronics. * @brief Include header file to match Arduino library format */ #ifndef _ARDUINO_FREERTOS_OS2_H_ #define _ARDUINO_FREERTOS_OS2_H_ #include "../portable/CMSIS_RTOS_V2/freertos_os2.h" #endif //_ARDUINO_FREERTOS_OS2_H_