summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/bmi_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/bmi_common.c')
-rw-r--r--zephyr/test/drivers/default/src/bmi_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/default/src/bmi_common.c b/zephyr/test/drivers/default/src/bmi_common.c
index bdd3999d65..302c59d27e 100644
--- a/zephyr/test/drivers/default/src/bmi_common.c
+++ b/zephyr/test/drivers/default/src/bmi_common.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
+#include <zephyr/fff.h>
+#include <zephyr/ztest.h>
+
#include "accelgyro_bmi_common.h"
+#include "i2c.h"
#include "emul/emul_bmi.h"
#include "emul/emul_common_i2c.h"
-#include "i2c.h"
#include "test/drivers/test_state.h"
-#include <zephyr/fff.h>
-#include <zephyr/ztest.h>
-
#define BMI_NODE DT_NODELABEL(accel_bmi160)
#define BMI_ACC_SENSOR_ID SENSOR_ID(DT_NODELABEL(ms_bmi160_accel))