Browse Source

Host Keepalive followup (#21290)

Followup to #21283

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
vanilla_fb_2.0.x
Victor Oliveira 3 years ago
committed by Scott Lahteine
parent
commit
2f1fd4bbaa
  1. 5
      Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp

5
Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp

@ -20,11 +20,10 @@
*
*/
#include "FlushableHardwareSerial.h"
#ifdef ARDUINO_ARCH_ESP32
#include "FlushableHardwareSerial.h"
Serial0Type<FlushableHardwareSerial> flushableSerial(false, 0);
#endif // ARDUINO_ARCH_ESP32
#endif

Loading…
Cancel
Save