From de6e62fdec32abedaa5ea9be6fa388a9a40ddff2 Mon Sep 17 00:00:00 2001
From: Matteo Pignataro <matteo.pignataro@skywarder.eu>
Date: Thu, 16 Feb 2023 14:28:48 +0000
Subject: [PATCH] Fix:[RIG] Wrong filename

---
 .../stm32f429zi_skyward_rig/interfaces-impl/bsp.cpp             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rig/interfaces-impl/bsp.cpp b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rig/interfaces-impl/bsp.cpp
index 8d464b69..62ef208b 100644
--- a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rig/interfaces-impl/bsp.cpp
+++ b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rig/interfaces-impl/bsp.cpp
@@ -39,7 +39,7 @@
 
 #include "board_settings.h"
 #include "config/miosix_settings.h"
-#include "drivers/sd_stm32f2_f4.h"
+#include "drivers/sd_stm32f2_f4_f7.h"
 #include "drivers/serial.h"
 #include "filesystem/console/console_device.h"
 #include "filesystem/file_access.h"
-- 
GitLab