Skip to content

Commit af55589

Browse files
committed
update
1 parent 2ee8f6c commit af55589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Firmata/Boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ writePort(port, value, bitmask): Write an 8 bit port.
782782
#define DEFAULT_PWM_RESOLUTION 10
783783

784784
// Adafruit nrf52 boards
785-
#elif defined(ARDUINO_NRF52_FEATHER)
785+
#elif defined(ARDUINO_NRF52_ADAFRUIT)
786786
#define TOTAL_ANALOG_PINS NUM_ANALOG_INPUTS
787787
#define TOTAL_PINS 32
788788
#define VERSION_BLINK_PIN LED_BUILTIN

0 commit comments

Comments
 (0)