summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/button
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-14 12:38:56 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-15 22:19:52 +0000
commit246e04cd38a1b9cb47881306892cde1e5253d31b (patch)
treec99811a6426dbc39fdcc980b0c83a7cccdccfe67 /zephyr/test/drivers/button
parentfa094b5db8c7aa5df81c6be73dab7be577417458 (diff)
downloadchrome-ec-246e04cd38a1b9cb47881306892cde1e5253d31b.tar.gz
zephyr/test: Sort header files
Sort all headers in zephyr/test with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=CQ Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I2428eea11e18ee4bed6bc366fd69d4254d936c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4022253 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/test/drivers/button')
-rw-r--r--zephyr/test/drivers/button/src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/test/drivers/button/src/main.c b/zephyr/test/drivers/button/src/main.c
index c26a62dfa1..08874d8032 100644
--- a/zephyr/test/drivers/button/src/main.c
+++ b/zephyr/test/drivers/button/src/main.c
@@ -3,11 +3,6 @@
* found in the LICENSE file.
*/
-#include <zephyr/fff.h>
-#include <zephyr/kernel.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
#include "button.h"
#include "console.h"
#include "hooks.h"
@@ -16,6 +11,11 @@
#include "test/drivers/test_state.h"
#include "timer.h"
+#include <zephyr/fff.h>
+#include <zephyr/kernel.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
/*
* TODO (b/b/253284635) Timeouts here don't quite align with the button press
* duration. This is caused by an issue with the Zephyr scheduling for delayed