mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated comment
Updated comment to reflect including SPI.h on the RBL nRF as well.
This commit is contained in:
parent
e0ac4eedad
commit
585e6b9df5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ e-mail : support@circuitsathome.com
|
|||
#endif
|
||||
|
||||
#if (defined(ARDUINO_SAM_DUE) && defined(__SAM3X8E__)) || defined(RBL_NRF51822)
|
||||
#include <SPI.h> // Use the Arduino SPI library for the Arduino Due
|
||||
#include <SPI.h> // Use the Arduino SPI library for the Arduino Due and RedBearLab nRF51822
|
||||
#endif
|
||||
|
||||
#endif /* SETTINGS_H */
|
||||
|
|
Loading…
Reference in a new issue