Skip to content

Commit 7a2e1cd

Browse files
authored
Merge pull request #51 from florian-schweiger/patch-1
Remove historic Arduino 0012 workaround in SoftwareSerial
2 parents 5755dde + d518be6 commit 7a2e1cd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: libraries/SoftwareSerial/src/SoftwareSerial.h

-9
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,4 @@ class SoftwareSerial : public Stream
111111
static inline void handle_interrupt() __attribute__((__always_inline__));
112112
};
113113

114-
// Arduino 0012 workaround
115-
#undef int
116-
#undef char
117-
#undef long
118-
#undef byte
119-
#undef float
120-
#undef abs
121-
#undef round
122-
123114
#endif

0 commit comments

Comments
 (0)