We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e02f3b commit 627f3e9Copy full SHA for 627f3e9
src/freertos_mpool.h
@@ -0,0 +1,11 @@
1
+/*
2
+ * @file freertos_mpool.h
3
+ * @author Frederic Pillon <[email protected]> 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_
src/freertos_os2.h
+ * @file freertos_os2.h
+#ifndef _ARDUINO_FREERTOS_OS2_H_
+#define _ARDUINO_FREERTOS_OS2_H_
+#include "../portable/CMSIS_RTOS_V2/freertos_os2.h"
+#endif //_ARDUINO_FREERTOS_OS2_H_
0 commit comments