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

src/Arduino_Threads.h

Lines changed: 5 additions & 0 deletions
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
**************************************************************************************/

src/Arduino_ThreadsafeIO.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)