From e7b22a0ed4dc17021794acfc161eddc71450a083 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Sat, 26 Oct 2019 16:39:13 -0500
Subject: [PATCH] Use 5.4.3 for STM32F407VE_black

---
 platformio.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platformio.ini b/platformio.ini
index 4e3a0d1859..3e0244422f 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -460,7 +460,7 @@ monitor_speed = 250000
 # Shield - https://github.com/jmz52/Hardware
 #
 [env:STM32F407VE_black]
-platform      = ststm32@5.6.0
+platform      = ststm32@5.4.3
 framework     = arduino
 board         = blackSTM32F407VET6
 extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
-- 
GitLab