Skip to content

Commit fe74c64

Browse files
committed
Move include directives from Arduino_ThreadsafeIO.h into Arduino_Threads.h and remove Arduino_ThreadsafeIO.h
1 parent 8469039 commit fe74c64

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

Diff for: src/Arduino_Threads.h

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
#include "Source.hpp"
3131
#include "Shared.hpp"
3232

33+
#include "BusDevice.h"
34+
#include "spi/SpiBusDevice.h"
35+
#include "wire/WireBusDevice.h"
36+
#include "serial/SerialDispatcher.h"
37+
3338
/**************************************************************************************
3439
* DEFINE
3540
**************************************************************************************/

Diff for: src/Arduino_ThreadsafeIO.h

-31
This file was deleted.

0 commit comments

Comments
 (0)