mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_FLYMAPLE: fix compile error in example AP_Baro_BMP085_test.pde
due to need for new library AP_Notify
This commit is contained in:
parent
2d3c86ee80
commit
1f7272978c
|
@ -13,6 +13,7 @@
|
|||
#include <AP_Math.h>
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_Buffer.h>
|
||||
#include <AP_Notify.h>
|
||||
#include <Filter.h>
|
||||
#include <AP_Baro.h>
|
||||
#include <GCS_MAVLink.h>
|
||||
|
|
Loading…
Reference in New Issue