summaryrefslogtreecommitdiff
path: root/chip/npcx/cec.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/cec.c')
-rw-r--r--chip/npcx/cec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/cec.c b/chip/npcx/cec.c
index b41e36e127..67eda331a6 100644
--- a/chip/npcx/cec.c
+++ b/chip/npcx/cec.c
@@ -963,7 +963,7 @@ DECLARE_HOST_COMMAND(EC_CMD_CEC_GET, hc_cec_get, EC_VER_MASK(0));
static int cec_get_next_event(uint8_t *out)
{
- uint32_t event_out = atomic_read_clear(&cec_events);
+ uint32_t event_out = atomic_clear(&cec_events);
memcpy(out, &event_out, sizeof(event_out));