mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Disable -flto optimiser option for F3, F4 and F7
This commit is contained in:
parent
da2deeb39c
commit
7b8ebfc8f9
4 changed files with 7 additions and 3 deletions
|
@ -156,7 +156,7 @@ void pwmCompleteMotorUpdate(uint8_t motorCount)
|
|||
|
||||
void motorInit(const motorConfig_t *motorConfig, uint16_t idlePulse, uint8_t motorCount)
|
||||
{
|
||||
uint32_t timerMhzCounter;
|
||||
uint32_t timerMhzCounter = 0;
|
||||
pwmWriteFuncPtr pwmWritePtr;
|
||||
bool useUnsyncedPwm = motorConfig->useUnsyncedPwm;
|
||||
bool isDigital = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue