From 585e6b9df503374d625bcdbd23c3e5285693102a Mon Sep 17 00:00:00 2001 From: Matt Sieren Date: Mon, 24 Nov 2014 08:23:41 +0100 Subject: [PATCH] Updated comment Updated comment to reflect including SPI.h on the RBL nRF as well. --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index e6ed5cf1..cc02f583 100644 --- a/settings.h +++ b/settings.h @@ -138,7 +138,7 @@ e-mail : support@circuitsathome.com #endif #if (defined(ARDUINO_SAM_DUE) && defined(__SAM3X8E__)) || defined(RBL_NRF51822) -#include // Use the Arduino SPI library for the Arduino Due +#include // Use the Arduino SPI library for the Arduino Due and RedBearLab nRF51822 #endif #endif /* SETTINGS_H */