1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

bmp085: Add missing include for altitude module

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@653 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
stac 2010-05-24 16:33:29 +00:00 committed by stac
parent 41da33c920
commit cc6348934f

View File

@ -35,6 +35,7 @@
#include "examplemodthread.h"
#include "manualcontrol.h"
#include "actuator.h"
#include "altitude.h"
/* Task Priorities */
#define PRIORITY_TASK_HOOKS (tskIDLE_PRIORITY + 3)