Skip to content

Commit 94c5a9d

Browse files
committed
fix what appears to be a newline typo
1 parent 1bb592b commit 94c5a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/platform/FONAPlatStd.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
#if (ARDUINO >= 100)
3232
#include "Arduino.h"
33-
#if !defined(__SAM3X8E__) && !defined(ARDUINO_ARCH_SAMD) // Arduino Due doesn't support #include <SoftwareSerial.h>
33+
#if !defined(__SAM3X8E__) && !defined(ARDUINO_ARCH_SAMD) // Arduino Due doesn't support
34+
#include <SoftwareSerial.h>
3435
#endif
3536
#else
3637
#include "WProgram.h"

0 commit comments

Comments
 (0)