Skip to content

Commit 9472c9a

Browse files
committed
Remove unnecessary #undefs
-Remove #undefs from CurieSoftwareSerial Library -Because it was braking some functionality such abs()
1 parent 048800b commit 9472c9a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libraries/CurieSoftwareSerial/src/SoftwareSerial.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,4 @@ class SoftwareSerial : public Stream
9696

9797
};
9898

99-
// Arduino 0012 workaround
100-
#undef int
101-
#undef char
102-
#undef long
103-
#undef byte
104-
#undef float
105-
#undef abs
106-
#undef round
107-
10899
#endif

0 commit comments

Comments
 (0)