Browse Source

StorageManager: fixed header order

fixes build for revomini HAL
master
Andrew Tridgell 7 years ago
parent
commit
ba32b06c59
  1. 3
      libraries/StorageManager/StorageManager.cpp

3
libraries/StorageManager/StorageManager.cpp

@ -18,9 +18,10 @@ @@ -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;

Loading…
Cancel
Save