Using embassy
examples w/o using async
feature enables unhandled interrupts
#1041
Labels
bug
Something isn't working
cargo run --release --example=embassy_hello_world --features=embassy,embassy-executor-thread,embassy-time-systick
cargo run --release --example=embassy_hello_world --features=embassy,embassy-executor-thread,embassy-time-systick,async
works as expectedThe text was updated successfully, but these errors were encountered: