Skip to content

Commit 8f06d42

Browse files
committed
update message_buffer.h
1 parent c5484f6 commit 8f06d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/message_buffer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
#ifndef FREERTOS_MESSAGE_BUFFER_H
6363
#define FREERTOS_MESSAGE_BUFFER_H
6464

65-
#ifndef INC_FREERTOS_H
66-
#error "include FreeRTOS.h must appear in source files before include message_buffer.h"
65+
#ifndef INC_ARDUINO_FREERTOS_H
66+
#error "include Arduino_FreeRTOS.h must appear in source files before include message_buffer.h"
6767
#endif
6868

6969
/* Message buffers are built onto of stream buffers. */

0 commit comments

Comments
 (0)