|
@@ -484,7 +484,7 @@ inline void report_pin_state_extended(int8_t pin, bool ignore, bool extended = f
|
484
|
484
|
if (pin_is_protected(pin) && !ignore)
|
485
|
485
|
SERIAL_ECHOPGM("protected ");
|
486
|
486
|
else {
|
487
|
|
- #ifdef AVR_AT90USB1286_FAMILY //Teensy IDEs don't know about these pins so must use FASTIO
|
|
487
|
+ #if AVR_AT90USB1286_FAMILY //Teensy IDEs don't know about these pins so must use FASTIO
|
488
|
488
|
if (pin == 46 || pin == 47) {
|
489
|
489
|
if (pin == 46) {
|
490
|
490
|
print_input_or_output(GET_OUTPUT(46));
|
|
@@ -539,7 +539,7 @@ inline void report_pin_state_extended(int8_t pin, bool ignore, bool extended = f
|
539
|
539
|
SERIAL_ECHO_SP(8); // add padding if not an analog pin
|
540
|
540
|
SERIAL_ECHOPGM("<unused/unknown>");
|
541
|
541
|
if (extended) {
|
542
|
|
- #ifdef AVR_AT90USB1286_FAMILY //Teensy IDEs don't know about these pins so must use FASTIO
|
|
542
|
+ #if AVR_AT90USB1286_FAMILY //Teensy IDEs don't know about these pins so must use FASTIO
|
543
|
543
|
if (pin == 46 || pin == 47) {
|
544
|
544
|
SERIAL_PROTOCOL_SP(12);
|
545
|
545
|
if (pin == 46) {
|