Skip to content

Commit 1c241d4

Browse files
committed
fix typo in macro constructor
1 parent b1ebff3 commit 1c241d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RS485.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
class RS485Class : public Stream {
8585
public:
8686
#ifdef __MBED__
87-
RS485Class(SERIAL_HARDWARE_LIB& hwSerial, PinName txPin, PinName dePin, PinName rePin);
87+
RS485Class(SERIAL_HARDWARE_CLASS& hwSerial, PinName txPin, PinName dePin, PinName rePin);
8888
#endif
8989
RS485Class(SERIAL_HARDWARE_CLASS& hwSerial, int txPin, int dePin, int rePin);
9090

0 commit comments

Comments
 (0)