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 8f06d42 commit 9126cc5Copy full SHA for 9126cc5
src/stream_buffer.h
@@ -51,8 +51,8 @@
51
#ifndef STREAM_BUFFER_H
52
#define STREAM_BUFFER_H
53
54
-#ifndef INC_FREERTOS_H
55
- #error "include FreeRTOS.h must appear in source files before include stream_buffer.h"
+#ifndef INC_ARDUINO_FREERTOS_H
+ #error "include Arduino_FreeRTOS.h must appear in source files before include stream_buffer.h"
56
#endif
57
58
#if defined( __cplusplus )
0 commit comments