clippy, fmt, docs

This commit is contained in:
2025-04-12 16:54:57 +02:00
parent 0515ca5eaa
commit bab979ece3
6 changed files with 7 additions and 7 deletions

View File

@ -3,8 +3,8 @@
#![no_std]
use cortex_m_rt::entry;
use va108xx_hal as _;
use panic_rtt_target as _;
use va108xx_hal as _;
#[entry]
fn main() -> ! {