Skip to content

Commit dc4ee49

Browse files
committed
Removing thread-safe Serial and thread-safe Wire since those will be handled by Arduino_ThreadsafeIO
1 parent 01aca72 commit dc4ee49

File tree

5 files changed

+0
-394
lines changed

5 files changed

+0
-394
lines changed

src/Arduino_Threads.h

-3
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,4 @@ private: \
305305
}; \
306306
CONCAT(tabname,Class) tabname;
307307

308-
#include "Wire.h"
309-
#include "SerialDispatcher.h"
310-
311308
#endif /* ARDUINO_THREADS_H_ */

src/Serial.cpp

-3
This file was deleted.

src/SerialDispatcher.h

-199
This file was deleted.

src/Wire.cpp

-11
This file was deleted.

0 commit comments

Comments
 (0)