1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

tabs to spaces

This commit is contained in:
blckmn 2016-07-10 07:50:00 +10:00
parent 68026f7c3e
commit 35ad4c4938
2 changed files with 2 additions and 2 deletions

View file

@ -669,7 +669,7 @@ void stopMotors(void)
void stopPwmAllMotors()
{
pwmShutdownPulsesForAllMotors(motorCount);
delayMicroseconds(1500);
delayMicroseconds(1500);
}
#ifndef USE_QUAD_MIXER_ONLY