rust-embedded-community / usb-device

Experimental device-side USB framework for microcontrollers in Rust.
MIT License
414 stars 77 forks source link

Removed TODO from README #57

Closed stappersg closed 3 years ago

stappersg commented 3 years ago

I have been told it is outdated.

mvirkkunen commented 3 years ago

Thanks!

stappersg commented 3 years ago

OK

( Today I Learned: Use also git branches for the simplest changes. It will prevent commit message noise, new branches allow to provide clean merge requests)

mvirkkunen commented 3 years ago

Yep, it's best to create a new branch for every pull request. Otherwise if you create two at the same time you'll also easily end up updating both accidentally. I squashed the commits for you so no worries!