summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c')
-rw-r--r--zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c b/zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c
index 8d00d5d3ba..1b7810ad84 100644
--- a/zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c
+++ b/zephyr/test/drivers/i2c_controller/src/basic_i2c_device_emul.c
@@ -2,14 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <string.h>
+#include <zephyr/device.h>
+
#include "basic_i2c_device_emul.h"
#include "emul/emul_common_i2c.h"
#include "emul/emul_stub_device.h"
-#include <string.h>
-
-#include <zephyr/device.h>
-
#define DT_DRV_COMPAT basic_i2c_device
void basic_i2c_device_reset(const struct emul *emul)