Skip to content

Commit

Permalink
Host Keepalive followup (MarlinFirmware#21290)
Browse files Browse the repository at this point in the history
Followup to MarlinFirmware#21283

Co-authored-by: Scott Lahteine <[email protected]>
  • Loading branch information
2 people authored and chrisjenda committed Apr 3, 2021
1 parent ac330cc commit f200242
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@
*
*/

#include "FlushableHardwareSerial.h"

#ifdef ARDUINO_ARCH_ESP32

FlushableHardwareSerial::FlushableHardwareSerial(int uart_nr)
: HardwareSerial(uart_nr)
{}
#include "FlushableHardwareSerial.h"

FlushableHardwareSerial flushableSerial(0);

#endif // ARDUINO_ARCH_ESP32
#endif

0 comments on commit f200242

Please sign in to comment.