Unverified Commit 7a2e1cd8 authored by Martino Facchin's avatar Martino Facchin Committed by GitHub

Merge pull request #51 from florian-schweiger/patch-1

Remove historic Arduino 0012 workaround in SoftwareSerial
parents 5755ddea d518be67
......@@ -111,13 +111,4 @@ public:
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment