Skip to content

Commit 4b360f2

Browse files
authored
Added support for the MKR1010
Added support for the Arduino MKR1010
1 parent 956242a commit 4b360f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MQTT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// SOFTWARE.
2222
#include "Adafruit_MQTT.h"
2323

24-
#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_SAMD_MKR1000) || \
24+
#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKR1010) || \
2525
defined(ARDUINO_ARCH_SAMD)
2626
static char *dtostrf(double val, signed char width, unsigned char prec,
2727
char *sout) {

0 commit comments

Comments
 (0)