File tree 1 file changed +16
-1
lines changed
hardware/arduino/variants/leonardo
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ const uint8_t PROGMEM digital_pin_to_bit_mask_PGM[30] = {
278
278
_BV (6 ), // D29 / D12 - A11 - PD6
279
279
};
280
280
281
- const uint8_t PROGMEM digital_pin_to_timer_PGM [16 ] = {
281
+ const uint8_t PROGMEM digital_pin_to_timer_PGM [30 ] = {
282
282
NOT_ON_TIMER ,
283
283
NOT_ON_TIMER ,
284
284
NOT_ON_TIMER ,
@@ -298,6 +298,21 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[16] = {
298
298
299
299
NOT_ON_TIMER ,
300
300
NOT_ON_TIMER ,
301
+ NOT_ON_TIMER ,
302
+ NOT_ON_TIMER ,
303
+ NOT_ON_TIMER ,
304
+ NOT_ON_TIMER ,
305
+
306
+ NOT_ON_TIMER ,
307
+ NOT_ON_TIMER ,
308
+ NOT_ON_TIMER ,
309
+ NOT_ON_TIMER ,
310
+ NOT_ON_TIMER ,
311
+ NOT_ON_TIMER ,
312
+ NOT_ON_TIMER ,
313
+ NOT_ON_TIMER ,
314
+ NOT_ON_TIMER ,
315
+ NOT_ON_TIMER ,
301
316
};
302
317
303
318
const uint8_t PROGMEM analog_pin_to_channel_PGM [12 ] = {
You can’t perform that action at this time.
0 commit comments