Skip to content

Commit 58806c9

Browse files
authored
Merge pull request #101 from LeeLeahy2/pb22-int
LoRaSerial: Add interrupt definition for PB22 (CTS)
2 parents faf2160 + 311c6cb commit 58806c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparkfun/samd/variants/SparkFun_LoRaSerial/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const PinDescription g_APinDescription[]=
170170
// 30..41 - Extra UART
171171
// ----------------------
172172
// 30/31 - Extra UART
173-
/*Placeholder - not broken out */ { PORTB, 22, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 30/TX: SERCOM5/PAD[2]
173+
/*Placeholder - not broken out */ { PORTB, 22, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_6 }, // 30/TX: SERCOM5/PAD[2]
174174
/*Placeholder - not broken out */ { PORTB, 23, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 31/RX: SERCOM5/PAD[3]
175175

176176
// 32/33 I2C (SDA/SCL and also EDBG:SDA/SCL)

0 commit comments

Comments
 (0)