Skip to content

Commit 50ec6db

Browse files
Merge pull request #4405 from arostm/Fix_Issue_4404
DISCO_L072CZ_LRWAN1: PC_13 definition missing in PinNames.h fix
2 parents 1dfc229 + 813cdf0 commit 50ec6db

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ typedef enum {
8787
PC_0 = 0x20,
8888
PC_1 = 0x21,
8989
PC_2 = 0x22,
90+
PC_13 = 0x2D,
9091

9192
PH_0 = 0x70,
9293
PH_1 = 0x71,

0 commit comments

Comments
 (0)