We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb592b commit 94c5a9dCopy full SHA for 94c5a9d
includes/platform/FONAPlatStd.h
@@ -30,7 +30,8 @@
30
31
#if (ARDUINO >= 100)
32
#include "Arduino.h"
33
- #if !defined(__SAM3X8E__) && !defined(ARDUINO_ARCH_SAMD) // Arduino Due doesn't support #include <SoftwareSerial.h>
+ #if !defined(__SAM3X8E__) && !defined(ARDUINO_ARCH_SAMD) // Arduino Due doesn't support
34
+ #include <SoftwareSerial.h>
35
#endif
36
#else
37
#include "WProgram.h"
0 commit comments