mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fixed #1: add updateGtuneState() function call
This commit is contained in:
parent
7ef593c54f
commit
0722404dc1
1 changed files with 4 additions and 0 deletions
|
@ -682,6 +682,10 @@ void taskMainPidLoop(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef GTUNE
|
||||
updateGtuneState();
|
||||
#endif
|
||||
|
||||
#if defined(BARO) || defined(SONAR)
|
||||
if (sensors(SENSOR_BARO) || sensors(SENSOR_SONAR)) {
|
||||
if (FLIGHT_MODE(BARO_MODE) || FLIGHT_MODE(SONAR_MODE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue