From 813cdf0e3cb5f1235bd46574c72f32f03c17582f Mon Sep 17 00:00:00 2001 From: arostm Date: Tue, 30 May 2017 16:25:08 +0200 Subject: [PATCH] Fix_Issue_4404: add correction in PinNames.h --- .../TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h b/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h index 8cc9c39e5e..7d97b101d9 100644 --- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h @@ -87,6 +87,7 @@ typedef enum { PC_0 = 0x20, PC_1 = 0x21, PC_2 = 0x22, + PC_13 = 0x2D, PH_0 = 0x70, PH_1 = 0x71,