summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/ztest_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/ztest_system.c')
-rw-r--r--zephyr/shim/src/ztest_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/src/ztest_system.c b/zephyr/shim/src/ztest_system.c
index 580368d7f9..7da949dd84 100644
--- a/zephyr/shim/src/ztest_system.c
+++ b/zephyr/shim/src/ztest_system.c
@@ -7,7 +7,7 @@
#include "cros_version.h"
/* Ongoing actions preventing going into deep-sleep mode. */
-uint32_t sleep_mask;
+atomic_t sleep_mask;
void system_common_pre_init(void)
{