Skip to content

Commit

Permalink
#376: Fix includes for zrangerV2
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Oct 17, 2018
1 parent f889d84 commit 47ee696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hal/interface/sensors_bosch.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "imu.h"

#include "zranger.h"
#include "zranger2.h"

#include "FreeRTOS.h"
#include "semphr.h"
Expand Down
1 change: 1 addition & 0 deletions src/hal/src/sensors_bmi088spi_bmp388.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "imu.h"

#include "zranger.h"
#include "zranger2.h"

#include "FreeRTOS.h"
#include "semphr.h"
Expand Down
1 change: 1 addition & 0 deletions src/hal/src/sensors_cf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "mpu6500.h"
#include "ak8963.h"
#include "zranger.h"
#include "zranger2.h"

#include "FreeRTOS.h"
#include "semphr.h"
Expand Down

0 comments on commit 47ee696

Please sign in to comment.