summaryrefslogtreecommitdiff
path: root/test/usb_sm_framework_h3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_sm_framework_h3.c')
-rw-r--r--test/usb_sm_framework_h3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/usb_sm_framework_h3.c b/test/usb_sm_framework_h3.c
index e8e209a5c4..a87002bedf 100644
--- a/test/usb_sm_framework_h3.c
+++ b/test/usb_sm_framework_h3.c
@@ -979,7 +979,7 @@ int test_task(void *u)
/* wait for next event/packet or timeout expiration */
task_wait_event(-1);
/* run state machine */
- exe_state(port, &sm[port].ctx);
+ run_state(port, &sm[port].ctx);
}
return EC_SUCCESS;