Skip to content

Commit 706fc68

Browse files
ramboerikfpistm
authored andcommitted
Added missing include wrapper for message_buffer.h
1 parent fc47e2d commit 706fc68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/message_buffer.h

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* @file message_buffer.h
3+
* @author Frederic Pillon <[email protected]> for STMicroelectronics.
4+
* @brief Include header file to match Arduino library format
5+
*/
6+
#ifndef _ARDUINO_MESSAGE_BUFFER_H_
7+
#define _ARDUINO_MESSAGE_BUFFER_H_
8+
9+
#include "FreeRTOS/Source/include/message_buffer.h"
10+
11+
#endif //_ARDUINO_MESSAGE_BUFFER_H_

0 commit comments

Comments
 (0)