On Wed, Mar 18, 2020 at 02:59:18AM -0000, Christos Zoulas wrote: > In article <[email protected]>, > Robert Elz <[email protected]> wrote: > >I'd suggest the following change to deal with the undefined "un" > >variable that appears when USB_DEBUG is defined (the var was deleted > >in the changes - other uses went away). > > > >I'm not committing this as I am not in a position to even compile > >test it (let alone verify that it is correct). > > Thanks, committed something similar.
Needs a bit extra - prefer #ifdef USB_DEBUG, or __used ? Cheers, Patrick
