Skip to content

Commit 1aa413c

Browse files
committed
Moving multi-threading related source files to sub-folder 'threading'
1 parent 1ce7e72 commit 1aa413c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/Arduino_Threads.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#include <mbed.h>
2727
#include <SharedPtr.h>
2828

29-
#include "Sink.hpp"
30-
#include "Source.hpp"
31-
#include "Shared.hpp"
29+
#include "threading/Sink.hpp"
30+
#include "threading/Source.hpp"
31+
#include "threading/Shared.hpp"
3232

3333
#include "BusDevice.h"
3434
#include "spi/SpiBusDevice.h"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)