Skip to content

Commit ab82f33

Browse files
committed
Remove tx_pin_write from SoftwareSerial.h
It’s not implemented anywhere and unused.
1 parent b95b4c8 commit ab82f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/SoftwareSerial/SoftwareSerial.h

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class SoftwareSerial : public Stream
7474
// private methods
7575
inline void recv() __attribute__((__always_inline__));
7676
uint8_t rx_pin_read();
77-
void tx_pin_write(uint8_t pin_state) __attribute__((__always_inline__));
7877
void setTX(uint8_t transmitPin);
7978
void setRX(uint8_t receivePin);
8079
inline void setRxIntMsk(bool enable) __attribute__((__always_inline__));

0 commit comments

Comments
 (0)