summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/core/inc/ux_hcd_sim_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/core/inc/ux_hcd_sim_host.h b/common/core/inc/ux_hcd_sim_host.h
index d43cfed..4a40fe5 100644
--- a/common/core/inc/ux_hcd_sim_host.h
+++ b/common/core/inc/ux_hcd_sim_host.h
@@ -243,6 +243,8 @@ UINT _ux_hcd_sim_host_transfer_run(UX_HCD_SIM_HOST *hcd_sim_host, UX_TRANSFER
/* Define Device Simulator Class API prototypes. */
#define ux_hcd_sim_host_initialize _ux_hcd_sim_host_initialize
+#define ux_hcd_sim_host_uninitialize _ux_hcd_sim_host_uninitialize
+
/* Determine if a C++ compiler is being used. If so, complete the standard
C conditional started above. */
#ifdef __cplusplus
@@ -250,4 +252,3 @@ UINT _ux_hcd_sim_host_transfer_run(UX_HCD_SIM_HOST *hcd_sim_host, UX_TRANSFER
#endif
#endif
-