clippy, fmt, docs
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#![no_std]
|
||||
use panic_probe as _;
|
||||
use defmt_rtt as _;
|
||||
use panic_probe as _;
|
||||
|
@ -1,8 +1,8 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
use embassy_example as _;
|
||||
use embassy_executor::Spawner;
|
||||
use embassy_time::{Duration, Instant, Ticker};
|
||||
use embassy_example as _;
|
||||
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(feature = "custom-irqs")] {
|
||||
|
Reference in New Issue
Block a user