tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
234 stars 14 forks source link

use `enum_from_bits` #311

Closed hawkw closed 3 months ago

hawkw commented 3 months ago

There's a comment in the TWI driver on a sui generis "generate FromBits for enums" macro saying "this should be in the mycelium-bitfield crate". It is now in that crate, so we should just use that.