We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbc9a0 commit 9b58072Copy full SHA for 9b58072
hardware/arduino/variants/leonardo/pins_arduino.h
@@ -175,7 +175,7 @@ const uint8_t PROGMEM digital_pin_to_port_PGM[30] = {
175
PD, // D29 / D12 - A11 - PD6
176
};
177
178
-const uint8_t PROGMEM digital_pin_to_bit_mask_PGM[18] = {
+const uint8_t PROGMEM digital_pin_to_bit_mask_PGM[30] = {
179
_BV(2), // D0 - PD2
180
_BV(3), // D1 - PD3
181
_BV(1), // D2 - PD1
0 commit comments