1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-04-24 11:07:53 +02:00
parent 00188844dc
commit 59dea3cc35
30 changed files with 26 additions and 280 deletions

View file

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