summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/accelread.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/console_cmd/accelread.c')
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/accelread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/accelread.c b/zephyr/test/drivers/default/src/console_cmd/accelread.c
index 4a129badc1..e622faf58f 100644
--- a/zephyr/test/drivers/default/src/console_cmd/accelread.c
+++ b/zephyr/test/drivers/default/src/console_cmd/accelread.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 "ec_commands.h"
@@ -14,6 +10,10 @@
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
+#include <zephyr/fff.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
FAKE_VALUE_FUNC(int, mock_read, const struct motion_sensor_t *, int *);
FAKE_VALUE_FUNC(int, mock_set_data_rate, const struct motion_sensor_t *, int,
int);