Skip to content

Commit 2d71e9a

Browse files
aentingerfacchinm
authored andcommitted
Adding missing header include guards for Arduino_Thread.h
1 parent 7064d0e commit 2d71e9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Arduino_Threads.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef ARDUINO_THREADS_H_
2+
#define ARDUINO_THREADS_H_
3+
14
#include <MemoryPool.h>
25

36

@@ -141,4 +144,6 @@ private: \
141144
CONCAT(tabname,Class) tabname;
142145

143146
#include "Wire.h"
144-
#include "SerialDispatcher.h"
147+
#include "SerialDispatcher.h"
148+
149+
#endif /* ARDUINO_THREADS_H_ */

0 commit comments

Comments
 (0)