Rover: fixed build
This commit is contained in:
parent
903b149bcd
commit
0588d88435
@ -72,6 +72,7 @@
|
|||||||
#include <AP_AHRS.h> // ArduPilot Mega DCM Library
|
#include <AP_AHRS.h> // ArduPilot Mega DCM Library
|
||||||
#include <AP_NavEKF.h>
|
#include <AP_NavEKF.h>
|
||||||
#include <AP_Mission.h> // Mission command library
|
#include <AP_Mission.h> // Mission command library
|
||||||
|
#include <AP_Rally.h>
|
||||||
#include <AP_Terrain.h>
|
#include <AP_Terrain.h>
|
||||||
#include <PID.h> // PID library
|
#include <PID.h> // PID library
|
||||||
#include <RC_Channel.h> // RC Channel Library
|
#include <RC_Channel.h> // RC Channel Library
|
||||||
|
@ -517,6 +517,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_RETRY_DEFERRED:
|
case MSG_RETRY_DEFERRED:
|
||||||
|
case MSG_TERRAIN:
|
||||||
break; // just here to prevent a warning
|
break; // just here to prevent a warning
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user