mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Pseudo change to trigger test build
This commit is contained in:
parent
482d38ade1
commit
66c6b8397e
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ static uint32_t grab_fields(char *src, uint8_t mult)
|
|||
return 0; // out of bounds
|
||||
}
|
||||
}
|
||||
return isneg ? -tmp : tmp; // handle negative altitudes
|
||||
return isneg ? -tmp : tmp; // handle negative altitudes
|
||||
}
|
||||
|
||||
typedef struct gpsDataNmea_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue