From 546539ec1d749d893784056148b1a5e2ed53e697 Mon Sep 17 00:00:00 2001
From: Davide Mor <davide.mor@skywarder.eu>
Date: Mon, 29 May 2023 20:49:43 +0000
Subject: [PATCH] [GroundStation] Changed hwmapping

---
 .../interfaces-impl/hwmapping.h                                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2/interfaces-impl/hwmapping.h b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2/interfaces-impl/hwmapping.h
index 25706eb0..b7264ce9 100644
--- a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2/interfaces-impl/hwmapping.h
+++ b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_groundstation_v2/interfaces-impl/hwmapping.h
@@ -64,7 +64,7 @@ namespace pc13
 {
 using cs   = Gpio<GPIOC_BASE, 13>;
 using dio0 = Gpio<GPIOF_BASE, 6>;
-using dio1 = Gpio<GPIOA_BASE, 2>;
+using dio1 = Gpio<GPIOA_BASE, 4>;
 using dio3 = Gpio<GPIOC_BASE, 11>;
 using nrst = Gpio<GPIOC_BASE, 14>;
 }  // namespace pc13
-- 
GitLab