1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Also initialize the ReceiverActivity object in manual control

This commit is contained in:
James Cotton 2011-08-27 16:08:57 -05:00
parent c5746335c6
commit 6514fd95c7

View File

@ -129,7 +129,7 @@ int32_t ManualControlInitialize()
ManualControlCommandInitialize(); ManualControlCommandInitialize();
FlightStatusInitialize(); FlightStatusInitialize();
StabilizationDesiredInitialize(); StabilizationDesiredInitialize();
ReceiverActivityInitialize();
ManualControlSettingsInitialize(); ManualControlSettingsInitialize();
return 0; return 0;