Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 559399a

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎sparkfun/samd/variants/SparkFun_SAMD21_Dev/variant.cpp

Copy file name to clipboardExpand all lines: sparkfun/samd/variants/SparkFun_SAMD21_Dev/variant.cpp
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.