Tweak tests, consolidate pins target validation (#21254)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#define REPORT_NAME_ANALOG(COUNTER, NAME) _ADD_PIN(#NAME, COUNTER)
|
||||
|
||||
#include "pinsDebug_list.h"
|
||||
#line 46
|
||||
#line 45
|
||||
|
||||
// manually add pins that have names that are macros which don't play well with these macros
|
||||
#if ANY(AVR_ATmega2560_FAMILY, AVR_ATmega1284_FAMILY, ARDUINO_ARCH_SAM, TARGET_LPC1768)
|
||||
@@ -227,7 +227,7 @@ const PinInfo pin_array[] PROGMEM = {
|
||||
#endif
|
||||
|
||||
#include "pinsDebug_list.h"
|
||||
#line 172
|
||||
#line 231
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user