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 b272647 commit c06fa3aCopy full SHA for c06fa3a
targets/TARGET_ONSEMI/TARGET_NCS36510/PinNames.h
@@ -37,6 +37,7 @@ extern "C" {
37
#endif
38
39
typedef enum {
40
+ NC = (int)0xFFFFFFFF,
41
GPIO0 = 0,
42
GPIO1,
43
GPIO2,
@@ -59,6 +60,8 @@ typedef enum {
59
60
A1,
61
A2,
62
A3,
63
+ A4 = NC,
64
+ A5 = NC,
65
UART1_TX = GPIO0,
66
UART1_RX = GPIO1,
67
UART2_TX = GPIO8,
@@ -146,8 +149,7 @@ typedef enum {
146
149
D12 = GPIO16,
147
150
D13 = GPIO14,
148
151
D14 = GPIO3,
- D15 = GPIO2,
- NC = (int)0xFFFFFFFF
152
+ D15 = GPIO2
153
} PinName;
154
155
0 commit comments