summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/main.c')
-rw-r--r--zephyr/test/ap_power/src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr/test/ap_power/src/main.c b/zephyr/test/ap_power/src/main.c
index d653b51164..9ed34eee4a 100644
--- a/zephyr/test/ap_power/src/main.c
+++ b/zephyr/test/ap_power/src/main.c
@@ -3,11 +3,12 @@
* found in the LICENSE file.
*/
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
#include "ec_app_main.h"
#include "test_state.h"
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
bool ap_power_predicate_pre_main(const void *state)
{
return ((struct test_state *)state)->ec_app_main_run == false;