Browse Source

HAL_ChibiOS: fixed build on some F4 boards

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
fff4b3b4a0
  1. 1
      libraries/AP_HAL_ChibiOS/Storage.cpp

1
libraries/AP_HAL_ChibiOS/Storage.cpp

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
#include "Storage.h"
#include "hwdef/common/flash.h"
#include "hwdef/common/posix.h"
#include "sdcard.h"
using namespace ChibiOS;

Loading…
Cancel
Save