mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
STM32F1 removed from sourcecode
This commit is contained in:
parent
00188844dc
commit
59dea3cc35
30 changed files with 26 additions and 280 deletions
|
@ -290,9 +290,6 @@ void init(void)
|
|||
// when using airplane/wing mixer, servo/motor outputs are remapped
|
||||
pwm_params.flyingPlatformType = mixerConfig()->platformType;
|
||||
|
||||
#if defined(USE_UART2) && defined(STM32F10X)
|
||||
pwm_params.useUART2 = doesConfigurationUsePort(SERIAL_PORT_USART2);
|
||||
#endif
|
||||
#ifdef STM32F303xC
|
||||
pwm_params.useUART3 = doesConfigurationUsePort(SERIAL_PORT_USART3);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue