ah- / anne-key

Firmware for Anne Pro Keyboard written in Rust
Apache License 2.0
567 stars 32 forks source link

Clean build #30

Closed ah- closed 6 years ago

ah- commented 6 years ago

Due to me not yet fully understanding how macros and cfg work some of the debug! statements cause compilation warnings when built without semihosting on.

Need to understand how to deal with this properly and get rid of the warnings.

ah- commented 6 years ago

All warnings gone now.