mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix ambiguous assert
This commit is contained in:
parent
5e8608c7a5
commit
0a3590566d
@ -28,8 +28,7 @@ pub use uarte0::{baudrate::BAUDRATE_A as Baudrate, config::PARITY_A as Parity};
|
||||
use embassy::io::{AsyncBufRead, AsyncWrite, Result};
|
||||
use embassy::util::WakerStore;
|
||||
|
||||
use anyfmt::panic;
|
||||
use anyfmt::*;
|
||||
use anyfmt::{assert, panic, *};
|
||||
|
||||
//use crate::trace;
|
||||
|
||||
|
@ -17,4 +17,5 @@ set -euxo pipefail
|
||||
(cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52833)
|
||||
(cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840)
|
||||
|
||||
(cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840,anyfmt/log)
|
||||
(cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840,defmt,embassy/defmt,anyfmt/defmt)
|
||||
|
Loading…
Reference in New Issue
Block a user