We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60a286 commit 69d117cCopy full SHA for 69d117c
variants/particle_xenon/variant.cpp
@@ -33,9 +33,9 @@ const uint32_t g_ADigitalPinMap[] =
33
_PINNUM(1, 2), // P1.02 (SCL1) (UART1_CTS) (SPI1_MOSI) (PWM3)
34
_PINNUM(1, 8), // P1.08 (UART2_TX) (SPI1_MISO) (PWM1)
35
_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)
+ _PINNUM(1, 11), // P1.11 (UART2_CTS) (PWM1)
+ _PINNUM(1, 12), // P1.12 (PWM0)
+ _PINNUM(1, 03), // P1.03 (UART2_RTS)
39
40
// D9 .. D21
41
_PINNUM(0, 6), // P0.06 (UART1_TX)
0 commit comments