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