summaryrefslogtreecommitdiff
path: root/common/motion_sense_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/motion_sense_fifo.c')
-rw-r--r--common/motion_sense_fifo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/motion_sense_fifo.c b/common/motion_sense_fifo.c
index d3887fa08f..fd1bfda88c 100644
--- a/common/motion_sense_fifo.c
+++ b/common/motion_sense_fifo.c
@@ -6,14 +6,14 @@
#include "accelgyro.h"
#include "console.h"
#include "hwtimer.h"
+#include "math_util.h"
#include "mkbp_event.h"
#include "motion_sense_fifo.h"
+#include "online_calibration.h"
+#include "stdbool.h"
#include "tablet_mode.h"
#include "task.h"
#include "util.h"
-#include "math_util.h"
-#include "online_calibration.h"
-#include "stdbool.h"
#define CPRINTS(format, args...) cprints(CC_MOTION_SENSE, format, ##args)