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

OP-984 Fixed missing include in manualcontrol.c

This commit is contained in:
Les Newell 2013-12-11 13:54:55 +00:00
parent b7cfc503ea
commit 641cf474eb

View File

@ -46,7 +46,7 @@
#include "manualcontrolcommand.h" #include "manualcontrolcommand.h"
#include "positionstate.h" #include "positionstate.h"
#include "pathdesired.h" #include "pathdesired.h"
#include "stabilizationsettings.h" #include "stabilizationbank.h"
#include "stabilizationdesired.h" #include "stabilizationdesired.h"
#include "receiveractivity.h" #include "receiveractivity.h"
#include "systemsettings.h" #include "systemsettings.h"