From 997cfbf48894761220437c12469c1f9ca4af4f7c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 15 Dec 2015 20:10:28 +0200 Subject: [PATCH] Change framework order --- platformio/boards/ststm32.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/boards/ststm32.json b/platformio/boards/ststm32.json index f843170f..272c1286 100644 --- a/platformio/boards/ststm32.json +++ b/platformio/boards/ststm32.json @@ -9,7 +9,7 @@ "mcu": "stm32f407vgt6", "variant": "stm32f407xx" }, - "frameworks": ["cmsis", "spl", "libopencm3", "mbed"], + "frameworks": ["mbed", "cmsis", "spl", "libopencm3"], "name": "ST STM32F4DISCOVERY", "platform": "ststm32", "upload": { @@ -49,7 +49,7 @@ "mcu": "stm32f303vct6", "variant": "stm32f303xc" }, - "frameworks": ["cmsis", "spl", "libopencm3", "mbed"], + "frameworks": ["mbed", "cmsis", "spl", "libopencm3"], "name": "ST STM32F3DISCOVERY", "platform": "ststm32", "upload": {