From b15773d0bb132b86d8b7f59fa691e3a259a5311d Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:02:57 -0500 Subject: [PATCH] Fix PINIO1 box on JHEH743_HD (#660) --- configs/JHEH743_HD/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/JHEH743_HD/config.h b/configs/JHEH743_HD/config.h index 13657c57..2b543e61 100644 --- a/configs/JHEH743_HD/config.h +++ b/configs/JHEH743_HD/config.h @@ -139,8 +139,8 @@ #define BEEPER_INVERTED #define MAX7456_SPI_INSTANCE SPI2 #define FLASH_SPI_INSTANCE SPI3 -#define PINIO1_BOX 0 -#define PINIO2_BOX 40 +#define PINIO1_BOX 40 +#define PINIO2_BOX 41 #define PINIO1_CONFIG 129 #define PINIO2_CONFIG 129 #define GYRO_1_SPI_INSTANCE SPI1