Skip to content
Snippets Groups Projects
Commit 0588d884 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Rover: fixed build

parent 903b149b
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@
#include <AP_AHRS.h> // ArduPilot Mega DCM Library
#include <AP_NavEKF.h>
#include <AP_Mission.h> // Mission command library
#include <AP_Rally.h>
#include <AP_Terrain.h>
#include <PID.h> // PID library
#include <RC_Channel.h> // RC Channel Library
......
......@@ -517,6 +517,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
break;
case MSG_RETRY_DEFERRED:
case MSG_TERRAIN:
break; // just here to prevent a warning
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment