From 5fd0f2df04ba94dfe954aa1b6f3496d55325bcc0 Mon Sep 17 00:00:00 2001 From: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:00:18 -0900 Subject: [PATCH] h7: enable ports H and I (#14199) * h7: enable ports H and I * Update src/platform/STM32/target/STM32H743/target.h Co-authored-by: Mark Haslinghuis --------- Co-authored-by: Mark Haslinghuis --- src/platform/STM32/target/STM32H743/target.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform/STM32/target/STM32H743/target.h b/src/platform/STM32/target/STM32H743/target.h index a1ed4202de..cca95f214f 100644 --- a/src/platform/STM32/target/STM32H743/target.h +++ b/src/platform/STM32/target/STM32H743/target.h @@ -59,6 +59,8 @@ #define TARGET_IO_PORTE 0xffff #define TARGET_IO_PORTF 0xffff #define TARGET_IO_PORTG 0xffff +#define TARGET_IO_PORTH 0xffff +#define TARGET_IO_PORTI 0xffff #define USE_I2C #define I2C_FULL_RECONFIGURABILITY