[nps] add include in nps_ivy for waypoints and blocks

This commit is contained in:
Felix Ruess
2012-05-09 14:25:47 +02:00
parent 09e997cad1
commit 13b25bd0c1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
#include "nps_autopilot.h"
#include "nps_fdm.h"
#include "nps_sensors.h"
#include "firmwares/rotorcraft/navigation.h"
#include NPS_SENSORS_PARAMS
+1 -1
View File
@@ -40,7 +40,7 @@ let aircraft_sample = fun name ac_id ->
Xml.Element ("aircraft",
["name", name;
"ac_id", ac_id;
"airframe", "airframes/microjet_example.xml";
"airframe", "airframes/examples/microjet.xml";
"radio", "radios/cockpitSX.xml";
"telemetry", "telemetry/default_fixedwing.xml";
"flight_plan", "flight_plans/basic.xml";