Skip to content

Commit

Permalink
Merge pull request arduino#51 from florian-schweiger/patch-1
Browse files Browse the repository at this point in the history
Remove historic Arduino 0012 workaround in SoftwareSerial
  • Loading branch information
facchinm authored May 16, 2019
2 parents 5755dde + d518be6 commit 7a2e1cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libraries/SoftwareSerial/src/SoftwareSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,4 @@ class SoftwareSerial : public Stream
static inline void handle_interrupt() __attribute__((__always_inline__));
};

// Arduino 0012 workaround
#undef int
#undef char
#undef long
#undef byte
#undef float
#undef abs
#undef round

#endif

0 comments on commit 7a2e1cd

Please sign in to comment.