ryan-summers / shared-bus-rtic

Provides macros and type definitions for using shared-bus in an RTIC application
MIT License
16 stars 3 forks source link

Remove expect, which would pull in lots of (unnecessary) fmt #7

Closed datdenkikniet closed 3 years ago

datdenkikniet commented 3 years ago

See title.

The expect call adds about 1.2KiB of fmt bloat when no other parts of the code use that. Panic! doesn't do any formatting

datdenkikniet commented 3 years ago

Thank you for the feedback. Done!