Update Arduino maple core // Resolve #446

This commit is contained in:
valeros
2020-11-30 19:32:36 +02:00
parent 76f3a69e2d
commit 30ee7d127e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx -DARDUINO_STM32DiscoveryF407 -DBOARD_discovery_f4",
"extra_flags": "-DSTM32F4",
"f_cpu": "168000000L",
"mcu": "stm32f407vgt6",
"variant": "DISCO_F407VG",

View File

@@ -188,7 +188,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.10000.0"
"version": "~3.10000.0"
},
"framework-arduinostm32mxchip": {
"type": "framework",