Browse Source

Rover: changed to AP_Vehicle.h

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
8b2c9557c7
  1. 2
      APMrover2/APMrover2.pde

2
APMrover2/APMrover2.pde

@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
#include <AP_Camera.h> // Camera triggering
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_Airspeed.h> // needed for AHRS build
#include <AP_SpdHgtControl.h>// needed for AHRS build
#include <AP_Vehicle.h> // needed for AHRS build
#include <memcheck.h>
#include <DataFlash.h>
#include <AP_RCMapper.h> // RC input mapping library

Loading…
Cancel
Save