We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1435c3a commit f51e47fCopy full SHA for f51e47f
1 file changed
src/atomic.h
@@ -38,8 +38,8 @@
38
#ifndef ATOMIC_H
39
#define ATOMIC_H
40
41
-#ifndef INC_FREERTOS_H
42
- #error "include FreeRTOS.h must appear in source files before include atomic.h"
+#ifndef INC_ARDUINO_FREERTOS_H
+ #error "Arduino_FreeRTOS.h must be included before atomic.h"
43
#endif
44
45
/* Standard includes. */
0 commit comments