Skip to content

Commit 69d117c

Browse files
committed
fixed pins 6, 7 and 8
1 parent e60a286 commit 69d117c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/particle_xenon/variant.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const uint32_t g_ADigitalPinMap[] =
3333
_PINNUM(1, 2), // P1.02 (SCL1) (UART1_CTS) (SPI1_MOSI) (PWM3)
3434
_PINNUM(1, 8), // P1.08 (UART2_TX) (SPI1_MISO) (PWM1)
3535
_PINNUM(1, 10), // P1.10 (UART2_RX) (PWM1)
36-
_PINNUM(1, 26), // P1.11 (UART2_CTS) (PWM1)
37-
_PINNUM(1, 26), // P1.12 (PWM0)
38-
_PINNUM(1, 26), // P1.03 (UART2_RTS)
36+
_PINNUM(1, 11), // P1.11 (UART2_CTS) (PWM1)
37+
_PINNUM(1, 12), // P1.12 (PWM0)
38+
_PINNUM(1, 03), // P1.03 (UART2_RTS)
3939

4040
// D9 .. D21
4141
_PINNUM(0, 6), // P0.06 (UART1_TX)

0 commit comments

Comments
 (0)