Fix Serial defines for M43 on AVR (#16649)

This commit is contained in:
ellensp 2020-01-26 22:05:34 +13:00 committed by Scott Lahteine
parent 6357619ab2
commit 4a71285c34

View file

@ -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