remove unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
|
||||||
use cortex_m_rt::entry;
|
|
||||||
use {{crate_name}} as _; // memory layout + panic handler
|
use {{crate_name}} as _; // memory layout + panic handler
|
||||||
|
|
||||||
// See https://crates.io/crates/defmt-test/0.1.0 for more documentation (e.g. about the 'state'
|
// See https://crates.io/crates/defmt-test/0.1.0 for more documentation (e.g. about the 'state'
|
||||||
|
|||||||
Reference in New Issue
Block a user