forked from Archive/PX4-Autopilot
df wrappers: add drv_hrt.h include
This commit is contained in:
parent
eede43a786
commit
96384bdc29
|
@ -55,6 +55,7 @@
|
|||
#include <systemlib/err.h>
|
||||
|
||||
#include <drivers/drv_mag.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
#include <uORB/topics/parameter_update.h>
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
#include <systemlib/err.h>
|
||||
|
||||
#include <drivers/drv_range_finder.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
#include <uORB/uORB.h>
|
||||
#include <uORB/topics/subsystem_info.h>
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
#include <systemlib/err.h>
|
||||
|
||||
#include <drivers/drv_baro.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
#include <board_config.h>
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#include <systemlib/err.h>
|
||||
|
||||
#include <drivers/drv_range_finder.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
#include <uORB/uORB.h>
|
||||
#include <uORB/topics/subsystem_info.h>
|
||||
|
|
Loading…
Reference in New Issue