mirror of https://github.com/ARMmbed/mbed-os.git
Fix_Issue_4404: add correction in PinNames.h
parent
3122abee84
commit
813cdf0e3c
|
@ -87,6 +87,7 @@ typedef enum {
|
||||||
PC_0 = 0x20,
|
PC_0 = 0x20,
|
||||||
PC_1 = 0x21,
|
PC_1 = 0x21,
|
||||||
PC_2 = 0x22,
|
PC_2 = 0x22,
|
||||||
|
PC_13 = 0x2D,
|
||||||
|
|
||||||
PH_0 = 0x70,
|
PH_0 = 0x70,
|
||||||
PH_1 = 0x71,
|
PH_1 = 0x71,
|
||||||
|
|
Loading…
Reference in New Issue