crockeo / fightstick

Custom fightstick firmware written in Rust for the SparkFun Pro Micro.
MIT License
0 stars 0 forks source link

assign descriptor fields by name #2

Open crockeo opened 1 year ago

crockeo commented 1 year ago

i got lazy and started copying in data directly into descriptors like so: https://github.com/crockeo/fightstick/blob/2279dd1d6d776da01e23f7080ed4b848c0f2bb25/usb.c#L133-L145

but these really ought to be named initialization--i should go back and do that