mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
fix braces
This commit is contained in:
parent
bc428c9cf5
commit
add64ebfe1
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ void resetLocation(earthFrame_t *efAxis, axisEF_t loopAxis)
|
|||
efAxis->previousDistance = 0.0f; // and reset the previous distance
|
||||
}
|
||||
|
||||
bool positionControl(void) {
|
||||
bool positionControl(void)
|
||||
{
|
||||
static uint16_t previousGpsStamp = ~0;
|
||||
if (currentGpsStamp() != previousGpsStamp) {
|
||||
previousGpsStamp = currentGpsStamp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue