lights0123 / async-avr

async/await for AVR with Rust
https://lights0123.com/blog/2020/07/25/async-await-for-avr-with-rust/
Apache License 2.0
33 stars 5 forks source link

Fixed build for debug #4

Closed audioXD closed 4 years ago

audioXD commented 4 years ago

To be honest copied straight from https://github.com/Rahix/avr-hal/blob/master/Cargo.toml

audioXD commented 4 years ago

The opt-level = "s" line fixed it.