StorageManager: 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:41 +10:00 committed by Andrew Tridgell
parent 26e4e7fd3b
commit 752c6c7dc5

View File

@ -19,10 +19,11 @@
of storage offsets to available storage
*/
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include "StorageManager.h"
#include <stdio.h>