Skip to content

Commit f3393a5

Browse files
authored
adjust to updated ESP32 core
1 parent aa1e073 commit f3393a5

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)