Skip to content

Commit 49f6bef

Browse files
Bekken, Kristian_saxrudWalberg, Irun
authored andcommitted
Updates to digital_pin_to_interrupt from review of pins_arduino.h
1 parent 2f4edc4 commit 49f6bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/uno2018/pins_arduino.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ const uint8_t PROGMEM digital_pin_to_interrupt[] = {
159159
2, //20 TWI_SDA PA2
160160
3, //21 TWI_SCL PA3
161161
17, //22 SPI SS PC3
162-
4, //23 USART0_Rx PA5
163-
5, //24 USART0_Tx PA4
162+
5, //23 USART0_Rx PA5
163+
4, //24 USART0_Tx PA4
164164
28, //25 LED_BUILTIN PD6
165165
13, //26 USART3_Rx PB5
166166
12, //27 USART3_Tx PB4
@@ -171,8 +171,8 @@ const uint8_t PROGMEM digital_pin_to_interrupt[] = {
171171
30, // 32 PE0
172172
31, // 33 PE1
173173
32, // 34 PE2
174-
35, // 35 PF2
175-
36, // 36 PF3
174+
36, // 35 PF2
175+
37, // 36 PF3
176176
34, // 37 PF0 TOSC 1
177177
35, // 38 PF1 TOSC 2
178178
29, // 39 PD7 VREF

0 commit comments

Comments
 (0)