summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/timer/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/timer/src/timer.c')
-rw-r--r--zephyr/test/drivers/timer/src/timer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/timer/src/timer.c b/zephyr/test/drivers/timer/src/timer.c
index 5cbdae1ea8..d94eb7811e 100644
--- a/zephyr/test/drivers/timer/src/timer.c
+++ b/zephyr/test/drivers/timer/src/timer.c
@@ -2,15 +2,15 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+#include <zephyr/fff.h>
+#include <zephyr/shell/shell_dummy.h>
+
#include "console.h"
#include "host_command.h"
#include "test/drivers/test_state.h"
#include "timer.h"
-#include <zephyr/fff.h>
-#include <zephyr/shell/shell_dummy.h>
-#include <zephyr/ztest.h>
-
BUILD_ASSERT(IS_ENABLED(CONFIG_HWTIMER_64BIT),
"Tests expect the 64-bit HW timer");