Skip to content

Commit 627f3e9

Browse files
committed
Added new include wrapper
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9e02f3b commit 627f3e9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/freertos_mpool.h

+11
Original file line numberDiff line numberDiff line change
@@ -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

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* @file freertos_os2.h
3+
* @author Frederic Pillon <[email protected]> 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_

0 commit comments

Comments
 (0)