mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1309 bugfix update - correct initial loading of StabBank
This commit is contained in:
parent
a0e661b77e
commit
5528d79a05
@ -81,6 +81,7 @@ int32_t StabilizationStart()
|
||||
SettingsUpdatedCb(StabilizationSettingsHandle());
|
||||
StabilizationDesiredUpdatedCb(StabilizationDesiredHandle());
|
||||
FlightModeSwitchUpdatedCb(ManualControlCommandHandle());
|
||||
BankUpdatedCb(StabilizationBankHandle());
|
||||
|
||||
#ifdef PIOS_INCLUDE_WDG
|
||||
PIOS_WDG_RegisterFlag(PIOS_WDG_STABILIZATION);
|
||||
|
Loading…
Reference in New Issue
Block a user