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 <github@thinkyhead.com>
  • Loading branch information
rhapsodyv and thinkyhead committed Mar 9, 2021
1 parent 18a10c0 commit 2f1fd4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
*
*/

#include "FlushableHardwareSerial.h"

#ifdef ARDUINO_ARCH_ESP32

#include "FlushableHardwareSerial.h"

Serial0Type<FlushableHardwareSerial> flushableSerial(false, 0);

#endif // ARDUINO_ARCH_ESP32
#endif

0 comments on commit 2f1fd4b

Please sign in to comment.