mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
#else
|
||||||
|
|
||||||
#include <GCS_MAVLink/GCS_Dummy.h>
|
#include <GCS_MAVLink/GCS_Dummy.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
|
||||||
#include <AP_SerialManager/AP_SerialManager.h>
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||||
#include <AP_FlashIface/AP_FlashIface.h>
|
#include <AP_FlashIface/AP_FlashIface.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user