Updated comment

Updated comment to reflect including SPI.h on the RBL nRF as well.
This commit is contained in:
Matt Sieren 2014-11-24 08:23:41 +01:00
parent e0ac4eedad
commit 585e6b9df5

View file

@ -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 */