From 87c14d36596ae7c652d39849bb48568ab8bb082d Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Thu, 31 May 2018 13:55:55 +0200 Subject: [PATCH] DISCO_F413ZH : pin value error --- .../TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h index 6f423ae8d4..4f1dc3c7aa 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h @@ -84,7 +84,7 @@ typedef enum { PB_3 = 0x13, PB_3_ALT0 = PB_3|ALT0, PB_4 = 0x14, - PB_4_ALT0 = PA_4|ALT0, + PB_4_ALT0 = PB_4|ALT0, PB_5 = 0x15, PB_5_ALT0 = PB_5|ALT0, PB_6 = 0x16,