1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Companion simulator crash for REVPLUS, TIM4 simulator substitute was not defined

This commit is contained in:
Damjan Adamic 2014-05-11 17:04:16 +02:00
parent fb20b21151
commit 750cde82d1
2 changed files with 3 additions and 0 deletions

View file

@ -60,6 +60,7 @@ GPIO_TypeDef gpiod;
GPIO_TypeDef gpioe;
TIM_TypeDef tim1;
TIM_TypeDef tim3;
TIM_TypeDef tim4;
TIM_TypeDef tim8;
TIM_TypeDef tim10;
RCC_TypeDef rcc;