Skip to content

Commit

Permalink
fix what appears to be a newline typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Mar 7, 2018
1 parent 1bb592b commit 94c5a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/platform/FONAPlatStd.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@

#if (ARDUINO >= 100)
#include "Arduino.h"
#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
#include <SoftwareSerial.h>
#endif
#else
#include "WProgram.h"
Expand Down

0 comments on commit 94c5a9d

Please sign in to comment.