Skip to content

Commit f51e47f

Browse files
committed
update 10.5.1+ - minor updates
1 parent 1435c3a commit f51e47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atomic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
#ifndef ATOMIC_H
3939
#define ATOMIC_H
4040

41-
#ifndef INC_FREERTOS_H
42-
#error "include FreeRTOS.h must appear in source files before include atomic.h"
41+
#ifndef INC_ARDUINO_FREERTOS_H
42+
#error "Arduino_FreeRTOS.h must be included before atomic.h"
4343
#endif
4444

4545
/* Standard includes. */

0 commit comments

Comments
 (0)