ole00 / ch554_sdcc_usb_blinky

CH55x USB demo and Host controller app
11 stars 2 forks source link

usb_blink_pc -pc not implemented #3

Closed nerdralph closed 4 years ago

nerdralph commented 4 years ago

arvic-usb: fatal: unknown parameter: -pc I looked at the source and confirmed it is not implmented.

I'd also suggest printing argv[0] instead of 'arvic-usb'.

ole00 commented 4 years ago

Thanks. These were leftovers from an old project. Now cleaned.

argv[0] : good suggestion, but the argv not available everywhere in the code, so I'd have to do more changes (which I'm lazy to do :--)

nerdralph commented 4 years ago

I see you removed the -pc option from the options list. Looks good.