Skip to content

Commit 2d0890b

Browse files
committed
DISCO_F413ZH : pin value error
1 parent 422e124 commit 2d0890b

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ typedef enum {
8484
PB_3 = 0x13,
8585
PB_3_ALT0 = PB_3|ALT0,
8686
PB_4 = 0x14,
87-
PB_4_ALT0 = PA_4|ALT0,
87+
PB_4_ALT0 = PB_4|ALT0,
8888
PB_5 = 0x15,
8989
PB_5_ALT0 = PB_5|ALT0,
9090
PB_6 = 0x16,

0 commit comments

Comments
 (0)