defmt works properly now

This commit is contained in:
2025-04-12 16:45:43 +02:00
parent 86ac7428bb
commit 0515ca5eaa
23 changed files with 121 additions and 281 deletions

View File

@ -3,6 +3,7 @@
#![no_std]
use cortex_m_rt::entry;
use va108xx_hal as _;
use panic_rtt_target as _;
#[entry]