mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-28 17:54:15 +01:00
Sanity Check: Cannot connect callback to TaskInfo now it isn't always used.
This commit is contained in:
parent
8864b545ae
commit
a5c743d738
@ -178,7 +178,6 @@ static void systemTask(void *parameters)
|
|||||||
// Whenever the configuration changes, make sure it is safe to fly
|
// Whenever the configuration changes, make sure it is safe to fly
|
||||||
SystemSettingsConnectCallback(configurationUpdatedCb);
|
SystemSettingsConnectCallback(configurationUpdatedCb);
|
||||||
ManualControlSettingsConnectCallback(configurationUpdatedCb);
|
ManualControlSettingsConnectCallback(configurationUpdatedCb);
|
||||||
TaskInfoConnectCallback(configurationUpdatedCb);
|
|
||||||
|
|
||||||
// Main system loop
|
// Main system loop
|
||||||
while (1) {
|
while (1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user