summaryrefslogtreecommitdiff
path: root/driver/accel_bma4xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accel_bma4xx.c')
-rw-r--r--driver/accel_bma4xx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/driver/accel_bma4xx.c b/driver/accel_bma4xx.c
index b731bca422..29d05a35d8 100644
--- a/driver/accel_bma4xx.c
+++ b/driver/accel_bma4xx.c
@@ -9,17 +9,18 @@
* Supported: BMA422
*/
-#include "accelgyro.h"
#include "accel_bma422.h"
+#include "accelgyro.h"
#include "builtin/assert.h"
#include "common.h"
#include "console.h"
-#include "i2c.h"
#include "hwtimer.h"
+#include "i2c.h"
#include "math_util.h"
#include "spi.h"
#include "task.h"
#include "util.h"
+
#include <motion_sense_fifo.h>
#ifdef CONFIG_ACCEL_BMA4XX_INT_EVENT