AP_Arming: change namespace of MultiCopter and FixedWing params

this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
Peter Barker 2022-09-30 09:10:39 +10:00 committed by Andrew Tridgell
parent 533b9e12b1
commit af511af77f

View File

@ -55,7 +55,7 @@
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
#include <AP_CANManager/AP_CANManager.h>
#include <AP_Common/AP_Common.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_PiccoloCAN/AP_PiccoloCAN.h>