Browse Source

df wrappers: add drv_hrt.h include

sbg
Beat Küng 9 years ago
parent
commit
96384bdc29
  1. 1
      src/platforms/posix/drivers/df_hmc5883_wrapper/df_hmc5883_wrapper.cpp
  2. 1
      src/platforms/posix/drivers/df_isl29501_wrapper/df_isl29501_wrapper.cpp
  3. 1
      src/platforms/posix/drivers/df_ms5611_wrapper/df_ms5611_wrapper.cpp
  4. 1
      src/platforms/posix/drivers/df_trone_wrapper/df_trone_wrapper.cpp

1
src/platforms/posix/drivers/df_hmc5883_wrapper/df_hmc5883_wrapper.cpp

@ -55,6 +55,7 @@ @@ -55,6 +55,7 @@
#include <systemlib/err.h>
#include <drivers/drv_mag.h>
#include <drivers/drv_hrt.h>
#include <uORB/topics/parameter_update.h>

1
src/platforms/posix/drivers/df_isl29501_wrapper/df_isl29501_wrapper.cpp

@ -57,6 +57,7 @@ @@ -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>

1
src/platforms/posix/drivers/df_ms5611_wrapper/df_ms5611_wrapper.cpp

@ -53,6 +53,7 @@ @@ -53,6 +53,7 @@
#include <systemlib/err.h>
#include <drivers/drv_baro.h>
#include <drivers/drv_hrt.h>
#include <board_config.h>

1
src/platforms/posix/drivers/df_trone_wrapper/df_trone_wrapper.cpp

@ -56,6 +56,7 @@ @@ -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…
Cancel
Save