summaryrefslogtreecommitdiff
path: root/zephyr/test/crc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/crc')
-rw-r--r--zephyr/test/crc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/crc/main.c b/zephyr/test/crc/main.c
index 0b13970d83..f9da78bfde 100644
--- a/zephyr/test/crc/main.c
+++ b/zephyr/test/crc/main.c
@@ -3,11 +3,11 @@
* found in the LICENSE file.
*/
+#include "crc8.h"
+
#include <zephyr/ztest_assert.h>
#include <zephyr/ztest_test_new.h>
-#include "crc8.h"
-
ZTEST_SUITE(crc_driver, NULL, NULL, NULL, NULL, NULL);
ZTEST(crc_driver, test_crc8_known_data)