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.
2 parents 4676f46 + c94f3a4 commit ae468edCopy full SHA for ae468ed
docs/porting/standard_pin_names/pin_names_porting.md
@@ -48,8 +48,8 @@ This is an example on how to define UART names in PinNames.h:
48
typedef enum {
49
...
50
// Px_xx relates to the processor pin connected to the UART
51
- USBTX = Px_xx,
52
- USBRX = Px_xx,
+ CONSOLE_TX = Px_xx,
+ CONSOLE_RX = Px_xx,
53
54
} PinName;
55
0 commit comments