8000 Merge pull request #114 from EEScott/main · sparkfun/Arduino_Boards@559399a · GitHub
[go: up one dir, main page]

Skip to content

Commit 559399a

Browse files
authored
Merge pull request #114 from EEScott/main
Fix SAMD21_Dev variant RX_LED pin description
2 parents 043667e + 7c59492 commit 559399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparkfun/samd/variants/SparkFun_SAMD21_Dev/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const PinDescription g_APinDescription[]=
158158

159159
// 25..26 - RX/TX LEDS (PB03/PA27)
160160
// --------------------
161-
{ PORTA, 31, PIO_OUTPUT, PIN_ATTR_DIGITAL, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // used as output only
161+
{ PORTB, 3, PIO_OUTPUT, PIN_ATTR_DIGITAL, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // used as output only
162162
{ PORTA, 27, PIO_OUTPUT, PIN_ATTR_DIGITAL, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // used as output only
163163

164164
// 27..29 - USB

0 commit comments

Comments
 (0)
0