Skip to content

Commit 7380750

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hardware/arduino/avr/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)