Skip to content

Commit a3b8935

Browse files
committed
Add missing macro for disco_f407vg used for SPL framework
1 parent a01c0a1 commit a3b8935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/disco_f407vg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F4 -DSTM32F407xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f407vgt6",
88
"variant": "DISCO_F407VG",

0 commit comments

Comments
 (0)