From f189596b3d840f1206324a3e6431a6d9846e26a7 Mon Sep 17 00:00:00 2001 From: Sambas Date: Tue, 30 Oct 2012 19:40:19 +0200 Subject: [PATCH] bootfix, GPS module not included --- flight/Revolution/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/Revolution/Makefile b/flight/Revolution/Makefile index eba1c10b6..d074c814d 100644 --- a/flight/Revolution/Makefile +++ b/flight/Revolution/Makefile @@ -79,7 +79,7 @@ endif MODULES = Sensors Attitude/revolution ManualControl Stabilization Actuator MODULES += Altitude/revolution FirmwareIAP MODULES += Airspeed/revolution -MODULES += AltitudeHold VtolPathFollower FixedWingPathFollower PathPlanner +MODULES += GPS AltitudeHold VtolPathFollower FixedWingPathFollower PathPlanner MODULES += CameraStab MODULES += OveroSync MODULES += Telemetry