summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/accelgyro_bmi160.c1
-rw-r--r--driver/accelgyro_lsm6dsm.c1
-rw-r--r--driver/als_si114x.c1
-rw-r--r--driver/als_tcs3400.c1
-rw-r--r--driver/sync.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/driver/accelgyro_bmi160.c b/driver/accelgyro_bmi160.c
index 5fb79194d1..6408bfcc79 100644
--- a/driver/accelgyro_bmi160.c
+++ b/driver/accelgyro_bmi160.c
@@ -17,6 +17,7 @@
#include "hwtimer.h"
#include "i2c.h"
#include "math_util.h"
+#include "motion_sense_fifo.h"
#include "spi.h"
#include "task.h"
#include "timer.h"
diff --git a/driver/accelgyro_lsm6dsm.c b/driver/accelgyro_lsm6dsm.c
index e2bba975d6..1a098f3b1e 100644
--- a/driver/accelgyro_lsm6dsm.c
+++ b/driver/accelgyro_lsm6dsm.c
@@ -15,6 +15,7 @@
#include "hwtimer.h"
#include "mag_cal.h"
#include "math_util.h"
+#include "motion_sense_fifo.h"
#include "queue.h"
#include "task.h"
#include "timer.h"
diff --git a/driver/als_si114x.c b/driver/als_si114x.c
index 2ac8f1ccbd..4db3fcc9d7 100644
--- a/driver/als_si114x.c
+++ b/driver/als_si114x.c
@@ -14,6 +14,7 @@
#include "hwtimer.h"
#include "i2c.h"
#include "math_util.h"
+#include "motion_sense_fifo.h"
#include "task.h"
#include "timer.h"
#include "util.h"
diff --git a/driver/als_tcs3400.c b/driver/als_tcs3400.c
index 6b58735ad2..774efd863c 100644
--- a/driver/als_tcs3400.c
+++ b/driver/als_tcs3400.c
@@ -12,6 +12,7 @@
#include "hwtimer.h"
#include "i2c.h"
#include "math_util.h"
+#include "motion_sense_fifo.h"
#include "task.h"
#include "util.h"
diff --git a/driver/sync.c b/driver/sync.c
index 34df824090..91d161765a 100644
--- a/driver/sync.c
+++ b/driver/sync.c
@@ -12,6 +12,7 @@
#include "console.h"
#include "driver/sync.h"
#include "hwtimer.h"
+#include "motion_sense_fifo.h"
#include "queue.h"
#include "task.h"
#include "util.h"