We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493a1cf commit 9eb37efCopy full SHA for 9eb37ef
1 file changed
Adafruit_MQTT.cpp
@@ -21,7 +21,7 @@
21
// SOFTWARE.
22
#include "Adafruit_MQTT.h"
23
24
-#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_SAMD_MKR1000)
+#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_ARCH_SAMD)
25
static char *dtostrf (double val, signed char width, unsigned char prec, char *sout) {
26
char fmt[20];
27
sprintf(fmt, "%%%d.%df", width, prec);
0 commit comments