summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/accelres.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/console_cmd/accelres.c')
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/accelres.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/accelres.c b/zephyr/test/drivers/default/src/console_cmd/accelres.c
index 38bd4ed697..21c0075b0f 100644
--- a/zephyr/test/drivers/default/src/console_cmd/accelres.c
+++ b/zephyr/test/drivers/default/src/console_cmd/accelres.c
@@ -3,10 +3,6 @@
* found in the LICENSE file.
*/
-#include <zephyr/fff.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
#include "accelgyro.h"
#include "console.h"
#include "driver/accel_bma2x2.h"
@@ -14,6 +10,10 @@
#include "motion_sense.h"
#include "test/drivers/test_state.h"
+#include <zephyr/fff.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
FAKE_VALUE_FUNC(int, set_resolution, const struct motion_sensor_t *, int, int);
struct console_cmd_accelres_fixture {