1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2017-09-20 21:09:49 +02:00
parent 450ba42558
commit 7f7dfeab12

View file

@ -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