We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ebff3 commit 1c241d4Copy full SHA for 1c241d4
src/RS485.h
@@ -84,7 +84,7 @@
84
class RS485Class : public Stream {
85
public:
86
#ifdef __MBED__
87
- RS485Class(SERIAL_HARDWARE_LIB& hwSerial, PinName txPin, PinName dePin, PinName rePin);
+ RS485Class(SERIAL_HARDWARE_CLASS& hwSerial, PinName txPin, PinName dePin, PinName rePin);
88
#endif
89
RS485Class(SERIAL_HARDWARE_CLASS& hwSerial, int txPin, int dePin, int rePin);
90
0 commit comments