From 55aa99b80b51b2843e76fcd302ceabff40cc1243 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Thu, 12 Dec 2019 14:59:03 +0100 Subject: [PATCH] Cosmetics --- radio/src/targets/taranis/hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/src/targets/taranis/hal.h b/radio/src/targets/taranis/hal.h index 9e91b97e6..e189a95d0 100644 --- a/radio/src/targets/taranis/hal.h +++ b/radio/src/targets/taranis/hal.h @@ -193,7 +193,7 @@ #define TRIMS_GPIO_PIN_LVU GPIO_Pin_0 // PB.00 #define TRIMS_GPIO_REG_LVD GPIOB->IDR #define TRIMS_GPIO_PIN_LVD GPIO_Pin_1 // PB.01 -#elif defined(PCBX7ACCESS) +#elif defined(RADIO_X7ACCESS) #define TRIMS_GPIO_REG_LHR GPIOD->IDR #define TRIMS_GPIO_PIN_LHR GPIO_Pin_15 // PD.15 #define TRIMS_GPIO_REG_LHL GPIOC->IDR