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