Skip to content

Commit a01c0a1

Browse files
committed
Add missing macro for disco_f407vg
1 parent 30ee7d1 commit a01c0a1

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",
5+
"extra_flags": "-DSTM32F4 -DSTM32F407xx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f407vgt6",
88
"variant": "DISCO_F407VG",

0 commit comments

Comments
 (0)