AP_BLHeli: 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 af511af77f
commit 9fb95f425a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#endif #endif
#include <AP_Math/crc.h> #include <AP_Math/crc.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle_Type.h>
#if APM_BUILD_TYPE(APM_BUILD_Rover) #if APM_BUILD_TYPE(APM_BUILD_Rover)
#include <AR_Motors/AP_MotorsUGV.h> #include <AR_Motors/AP_MotorsUGV.h>
#else #else