Fix Serial defines for M43 on AVR (#16649)
This commit is contained in:
parent
6357619ab2
commit
4a71285c34
|
@ -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…
Reference in a new issue