From 2bce7b1d86e7ebee3d6d792b173eb91ccf27b0f6 Mon Sep 17 00:00:00 2001 From: 3djc <3djc@gh.com> Date: Fri, 26 Jul 2024 11:59:08 +0200 Subject: [PATCH] fix: PAGE key --- radio/src/targets/taranis/hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/src/targets/taranis/hal.h b/radio/src/targets/taranis/hal.h index fdc3f6d1325..af1e34a58cb 100644 --- a/radio/src/targets/taranis/hal.h +++ b/radio/src/targets/taranis/hal.h @@ -70,8 +70,8 @@ #define KEYS_GPIO_REG_RIGHT GPIOE #define KEYS_GPIO_PIN_RIGHT LL_GPIO_PIN_13 // PE.13 #elif defined(RADIO_TPROS) - #define KEYS_GPIO_REG_PAGE GPIOD - #define KEYS_GPIO_PIN_PAGE LL_GPIO_PIN_3 // PD.03 + #define KEYS_GPIO_REG_PAGEDN GPIOD + #define KEYS_GPIO_PIN_PAGEDN LL_GPIO_PIN_3 // PD.03 #define KEYS_GPIO_REG_MENU GPIOD #define KEYS_GPIO_PIN_MENU LL_GPIO_PIN_7 // PD.07 #define KEYS_GPIO_REG_EXIT GPIOD