File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * @file freertos_mpool.h
3+ * @author Frederic Pillon <frederic.pillon@st.com> for STMicroelectronics.
4+ * @brief Include header file to match Arduino library format
5+ */
6+ #ifndef _ARDUINO_FREERTOS_MPOOL_H_
7+ #define _ARDUINO_FREERTOS_MPOOL_H_
8+
9+ #include "../portable/CMSIS_RTOS_V2/freertos_mpool.h"
10+
11+ #endif //_ARDUINO_FREERTOS_MPOOL_H_
Original file line number Diff line number Diff line change 1+ /*
2+ * @file freertos_os2.h
3+ * @author Frederic Pillon <frederic.pillon@st.com> for STMicroelectronics.
4+ * @brief Include header file to match Arduino library format
5+ */
6+ #ifndef _ARDUINO_FREERTOS_OS2_H_
7+ #define _ARDUINO_FREERTOS_OS2_H_
8+
9+ #include "../portable/CMSIS_RTOS_V2/freertos_os2.h"
10+
11+ #endif //_ARDUINO_FREERTOS_OS2_H_
You can’t perform that action at this time.
0 commit comments