mirror of https://github.com/ARMmbed/mbed-os.git
add D13 pin
parent
25ea7be2ff
commit
ab6fd6e1eb
|
@ -155,6 +155,7 @@ typedef enum {
|
|||
D10 = PB_9,
|
||||
D11 = PB_5,
|
||||
D12 = PB_4,
|
||||
D13 = PB_3,
|
||||
|
||||
// STDIO for console print
|
||||
#ifdef MBED_CONF_TARGET_STDIO_UART_TX
|
||||
|
|
Loading…
Reference in New Issue