Skip to content

Commit 30ee7d1

Browse files
committed
Update Arduino maple core // Resolve #446
1 parent 76f3a69 commit 30ee7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"type": "framework",
189189
"optional": true,
190190
"owner": "platformio",
191-
"version": "~2.10000.0"
191+
"version": "~3.10000.0"
192192
},
193193
"framework-arduinostm32mxchip": {
194194
"type": "framework",

0 commit comments

Comments
 (0)