mirror of https://github.com/ARMmbed/mbed-os.git
[DISCO_F746NG] Fix error in PinNames.h
parent
763c9a1292
commit
ca79455787
|
@ -268,12 +268,12 @@ typedef enum {
|
|||
D2 = PG_6,
|
||||
D3 = PB_4,
|
||||
D4 = PG_7,
|
||||
D5 = PA_8,
|
||||
D5 = PI_0,
|
||||
D6 = PH_6,
|
||||
D7 = PI_3,
|
||||
D8 = PI_2,
|
||||
D9 = PA_15,
|
||||
D10 = PI_0,
|
||||
D10 = PA_8,
|
||||
D11 = PB_15,
|
||||
D12 = PB_14,
|
||||
D13 = PI_1,
|
||||
|
|
Loading…
Reference in New Issue