Skip to content

Commit

Permalink
Replace the inclusion of <Arduino_ThreadsafeIO.h> with <Arduino_Threa…
Browse files Browse the repository at this point in the history
…ds.h>
  • Loading branch information
aentinger committed Oct 13, 2021
1 parent fe74c64 commit 0769457
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/Threadsafe_SPI/Threadsafe_SPI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
2 changes: 1 addition & 1 deletion examples/Threadsafe_SPI_BusIO/Threadsafe_SPI_BusIO.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
2 changes: 1 addition & 1 deletion examples/Threadsafe_Wire/Threadsafe_Wire.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down
2 changes: 1 addition & 1 deletion examples/Threadsafe_Wire_BusIO/Threadsafe_Wire_BusIO.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* INCLUDE
**************************************************************************************/

#include <Arduino_ThreadsafeIO.h>
#include <Arduino_Threads.h>

/**************************************************************************************
* CONSTANTS
Expand Down

0 comments on commit 0769457

Please sign in to comment.