summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/mkbp/src/mkbp_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/mkbp/src/mkbp_fifo.c')
-rw-r--r--zephyr/test/drivers/mkbp/src/mkbp_fifo.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/zephyr/test/drivers/mkbp/src/mkbp_fifo.c b/zephyr/test/drivers/mkbp/src/mkbp_fifo.c
index 5d59dababd..b80febbec9 100644
--- a/zephyr/test/drivers/mkbp/src/mkbp_fifo.c
+++ b/zephyr/test/drivers/mkbp/src/mkbp_fifo.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
-#include "keyboard_config.h"
-#include "mkbp_fifo.h"
-#include "test/drivers/test_state.h"
-
+#include <zephyr/ztest.h>
#include <zephyr/drivers/emul.h>
-#include <zephyr/drivers/i2c_emul.h>
#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
#include <zephyr/ztest_assert.h>
+#include <zephyr/drivers/i2c_emul.h>
+
+#include "keyboard_config.h"
+#include "mkbp_fifo.h"
+#include "test/drivers/test_state.h"
/* Tests for Matrix Keyboard Protocol (MKBP) */