1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08: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();
FlightStatusInitialize();
StabilizationDesiredInitialize();
ReceiverActivityInitialize();
ManualControlSettingsInitialize();
return 0;