defmt works properly now
This commit is contained in:
@ -17,7 +17,7 @@ cortex-m-semihosting = "0.5.0"
|
||||
|
||||
[dependencies.va108xx-hal]
|
||||
version = "0.11"
|
||||
features = ["rt", "defmt"]
|
||||
features = ["defmt"]
|
||||
|
||||
[dependencies.vorago-reb1]
|
||||
version = "0.8"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#![no_std]
|
||||
|
||||
use cortex_m_rt::entry;
|
||||
use va108xx_hal as _;
|
||||
use panic_rtt_target as _;
|
||||
|
||||
#[entry]
|
||||
|
Reference in New Issue
Block a user