xmos / lib_xud

XMOS USB code and associated examples
Other
8 stars 25 forks source link

Remove compiler warnings #382

Closed mbanth closed 1 year ago

mbanth commented 1 year ago

Part of sw_xvf3800 issue 1044.

This PR removes three warnings seen when building XVF3800. All three warnings come from XUD_EpFunctions.c, and they all have the same message:

incompatible pointer to integer conversion passing 'volatile XUD_ep_info *' (aka 'volatile struct XUD_ep_info *') to parameter of type 'XUD_ep' (aka 'unsigned int')