mirror of https://github.com/ArduPilot/ardupilot
AP_FlashIface: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
35afd258ca
commit
1457b738ac
|
@ -16,7 +16,6 @@ void loop()
|
|||
#else
|
||||
|
||||
#include <GCS_MAVLink/GCS_Dummy.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <AP_FlashIface/AP_FlashIface.h>
|
||||
|
|
Loading…
Reference in New Issue