SoftwareSerial breaks abs macro #7872
Labels
Architecture: AVR
Applies only to the AVR microcontrollers (Uno, etc.)
Library: SoftwareSerial
The SoftwareSerial Arduino library
When I include
SoftwareSerial.h
, other libraries break because theabs(x)
macro stops working. One particular library that stops functioning properly is uStepper.The reason for it seems to be a section at the bottom of
SoftwareSerial.h
that undefines several macros:I've commented this out in my project, and things are back to normal.
So I'm wondering, is this workaround still needed in the post-Arduino-0012 era?
The text was updated successfully, but these errors were encountered: