We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc47e2d commit 706fc68Copy full SHA for 706fc68
src/message_buffer.h
@@ -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