Skip to content

Commit c4a5429

Browse files
committed
Moving all io related source files into sub-folder 'io'
1 parent 1aa413c commit c4a5429

16 files changed

+4
-4
lines changed

src/Arduino_Threads.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
#include "threading/Source.hpp"
3131
#include "threading/Shared.hpp"
3232

33-
#include "BusDevice.h"
34-
#include "spi/SpiBusDevice.h"
35-
#include "wire/WireBusDevice.h"
36-
#include "serial/SerialDispatcher.h"
33+
#include "io/BusDevice.h"
34+
#include "io/spi/SpiBusDevice.h"
35+
#include "io/wire/WireBusDevice.h"
36+
#include "io/serial/SerialDispatcher.h"
3737

3838
/**************************************************************************************
3939
* DEFINE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)