We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5484f6 commit 8f06d42Copy full SHA for 8f06d42
src/message_buffer.h
@@ -62,8 +62,8 @@
62
#ifndef FREERTOS_MESSAGE_BUFFER_H
63
#define FREERTOS_MESSAGE_BUFFER_H
64
65
-#ifndef INC_FREERTOS_H
66
- #error "include FreeRTOS.h must appear in source files before include message_buffer.h"
+#ifndef INC_ARDUINO_FREERTOS_H
+ #error "include Arduino_FreeRTOS.h must appear in source files before include message_buffer.h"
67
#endif
68
69
/* Message buffers are built onto of stream buffers. */
0 commit comments