mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4405 from arostm/Fix_Issue_4404
DISCO_L072CZ_LRWAN1: PC_13 definition missing in PinNames.h fixpull/4639/head
commit
50ec6db4d3
|
@ -87,6 +87,7 @@ typedef enum {
|
|||
PC_0 = 0x20,
|
||||
PC_1 = 0x21,
|
||||
PC_2 = 0x22,
|
||||
PC_13 = 0x2D,
|
||||
|
||||
PH_0 = 0x70,
|
||||
PH_1 = 0x71,
|
||||
|
|
Loading…
Reference in New Issue