mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Compilation fix
This commit is contained in:
parent
450ba42558
commit
7f7dfeab12
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@
|
||||||
#define INTMODULE_BOOT_GPIO GPIOI
|
#define INTMODULE_BOOT_GPIO GPIOI
|
||||||
#define INTMODULE_BOOT_GPIO_PIN GPIO_PIN_9 // PI.09
|
#define INTMODULE_BOOT_GPIO_PIN GPIO_PIN_9 // PI.09
|
||||||
#endif
|
#endif
|
||||||
#if PCBREV >= 13
|
#if defined(PCBX10) || PCBREV >= 13
|
||||||
#define INTMODULE_RCC_APB1Periph RCC_APB1Periph_TIM2
|
#define INTMODULE_RCC_APB1Periph RCC_APB1Periph_TIM2
|
||||||
#define INTMODULE_RCC_APB2Periph RCC_APB2Periph_USART1
|
#define INTMODULE_RCC_APB2Periph RCC_APB2Periph_USART1
|
||||||
#define INTMODULE_TIMER TIM2
|
#define INTMODULE_TIMER TIM2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue