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, 2 insertions, 3 deletions
diff --git a/driver/accel_bma4xx.c b/driver/accel_bma4xx.c
index 29d05a35d8..b731bca422 100644
--- a/driver/accel_bma4xx.c
+++ b/driver/accel_bma4xx.c
@@ -9,18 +9,17 @@
* Supported: BMA422
*/
-#include "accel_bma422.h"
#include "accelgyro.h"
+#include "accel_bma422.h"
#include "builtin/assert.h"
#include "common.h"
#include "console.h"
-#include "hwtimer.h"
#include "i2c.h"
+#include "hwtimer.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