Skip to content

Commit 6765d68

Browse files
authored
Merge pull request #253 from ayedm1/host_sim_uninit_user_api
Added missing uninitialize macro in simulator host header (HOST SIM)
2 parents 6dc0cf2 + da5e9db commit 6765d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/core/inc/ux_hcd_sim_host.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,12 @@ UINT _ux_hcd_sim_host_transfer_run(UX_HCD_SIM_HOST *hcd_sim_host, UX_TRANSFER
243243
/* Define Device Simulator Class API prototypes. */
244244

245245
#define ux_hcd_sim_host_initialize _ux_hcd_sim_host_initialize
246+
#define ux_hcd_sim_host_uninitialize _ux_hcd_sim_host_uninitialize
247+
246248
/* Determine if a C++ compiler is being used. If so, complete the standard
247249
C conditional started above. */
248250
#ifdef __cplusplus
249251
}
250252
#endif
251253

252254
#endif
253-

0 commit comments

Comments
 (0)