diff options
| author | Frédéric Desbiens <[email protected]> | 2026-04-14 11:25:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-14 11:25:43 -0400 |
| commit | 6765d688e0b9d1c163068bb93ff22c6f63fd321b (patch) | |
| tree | 7a115156c0984c523b63191451cf174ca1b33e65 | |
| parent | 6dc0cf233d5b7ee6e1a7434581964975f8d8d37b (diff) | |
| parent | da5e9db993096f87396b15a159e9663b49a9528d (diff) | |
Merge pull request #253 from ayedm1/host_sim_uninit_user_api
Added missing uninitialize macro in simulator host header (HOST SIM)
| -rw-r--r-- | common/core/inc/ux_hcd_sim_host.h | 3 |
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 - |
