From 7f7dfeab129a1f7c2e94e7ea6bfde9c9a7cf3359 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Wed, 20 Sep 2017 21:09:49 +0200 Subject: [PATCH] Compilation fix --- radio/src/targets/horus/hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/src/targets/horus/hal.h b/radio/src/targets/horus/hal.h index c86b44fa0..fde29f87f 100644 --- a/radio/src/targets/horus/hal.h +++ b/radio/src/targets/horus/hal.h @@ -515,7 +515,7 @@ #define INTMODULE_BOOT_GPIO GPIOI #define INTMODULE_BOOT_GPIO_PIN GPIO_PIN_9 // PI.09 #endif -#if PCBREV >= 13 +#if defined(PCBX10) || PCBREV >= 13 #define INTMODULE_RCC_APB1Periph RCC_APB1Periph_TIM2 #define INTMODULE_RCC_APB2Periph RCC_APB2Periph_USART1 #define INTMODULE_TIMER TIM2