Skip to content

Commit b9464c1

Browse files
authored
update hwserial to new esp32 version
1 parent ff61dd3 commit b9464c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Interface/HardwareSerialInterface.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ bool HardwareSerialInterface::begin() {
2222
}
2323

2424
void HardwareSerialInterface::end() {
25-
#if defined(ARDUINO_ARCH_ESP32)
26-
_interface->end(true);
27-
#else
2825
_interface->end();
29-
#endif
3026
}
3127

3228
std::size_t HardwareSerialInterface::write(const uint8_t* data, uint8_t length) {

0 commit comments

Comments
 (0)