StorageManager: fixed header order

fixes build for revomini HAL
This commit is contained in:
Andrew Tridgell 2018-02-03 07:55:40 +11:00
parent 6249706d8d
commit ba32b06c59

View File

@ -18,9 +18,10 @@
Management for hal.storage to allow for backwards compatible mapping
of storage offsets to available storage
*/
#include "StorageManager.h"
#include <AP_HAL/AP_HAL.h>
#include "StorageManager.h"
extern const AP_HAL::HAL& hal;