Skip to content

Commit 197c7d1

Browse files
committed
remove pin 22
1 parent be39bb6 commit 197c7d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

variants/particle_xenon/variant.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const uint32_t g_ADigitalPinMap[] =
5353
_PINNUM(0, 18), // P0.18 (RESET)
5454

5555
// LEDS
56-
_PINNUM(1, 12), // P1.12 (PRIMARY_LED)
5756
_PINNUM(0, 13), // P0.13 (RGB_RED)
5857
_PINNUM(0, 14), // P0.14 (RGB_GREEN)
5958
_PINNUM(0, 15), // P0.15 (RGB_BLUE)

variants/particle_xenon/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static const uint8_t D20 = PIN_D20;
9797

9898
#define BOARD_RGB_BRIGHTNESS 0x202020
9999

100-
#define PIN_LED1 (22)
100+
#define PIN_LED1 (7)
101101
#define LED_BUILTIN PIN_LED1
102102
#define LED_CONN PIN_LED1
103103

0 commit comments

Comments
 (0)