Browse Source

Fix Serial defines for M43 on AVR (#16649)

pull/1/head
ellensp 5 years ago
committed by Scott Lahteine
parent
commit
4a71285c34
  1. 2
      Marlin/src/pins/pinsDebug.h

2
Marlin/src/pins/pinsDebug.h

@ -137,6 +137,7 @@ const PinInfo pin_array[] PROGMEM = {
#endif
#endif
#ifdef SERIAL_PORT_2
#if SERIAL_PORT_2 == 0
#if (AVR_ATmega2560_FAMILY || defined(ARDUINO_ARCH_SAM))
{ RXD_NAME_0, 0, true },
@ -164,6 +165,7 @@ const PinInfo pin_array[] PROGMEM = {
{ TXD_NAME_3, 14, true },
#endif
#endif
#endif
#include "pinsDebug_list.h"
#line 98

Loading…
Cancel
Save