1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

remove whitespaces [ci skip]

This commit is contained in:
Nicola De Pasquale 2019-06-30 11:24:11 +02:00
parent 716eea26ff
commit a3d43832f2

View file

@ -305,7 +305,7 @@ static void rescueAttainPosition()
}
DEBUG_SET(DEBUG_RTH, 3, rescueState.failure); //Failure can change with no new GPS Data
if (!newGPSData) {
return;
}