summaryrefslogtreecommitdiff
path: root/include/usb_sm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_sm.h')
-rw-r--r--include/usb_sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_sm.h b/include/usb_sm.h
index c0248830ec..af5c600d46 100644
--- a/include/usb_sm.h
+++ b/include/usb_sm.h
@@ -63,7 +63,7 @@ void set_state(int port, struct sm_ctx *ctx, usb_state_ptr new_state);
* @param port USB-C port number
* @param ctx State machine context
*/
-void exe_state(int port, struct sm_ctx *ctx);
+void run_state(int port, struct sm_ctx *ctx);
#ifdef TEST_BUILD
/*