1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 01:05:21 +03:00

Revert enforcing mode on TIM3

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-29 15:02:20 +02:00
parent 523c4839eb
commit 72b5fab0cc

View file

@ -57,7 +57,4 @@ void targetConfiguration(void)
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_USART4)].functionMask = FUNCTION_MSP;
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_USART4)].msp_baudrateIndex = BAUD_115200;
// To improve backwards compatibility with INAV versions 6.x and older
timerOverridesMutable(timer2id(TIM3))->outputMode = OUTPUT_MODE_MOTORS;
}