Replace unidiomatic 'extern crate' to 'use x as _'
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
extern crate panic_halt;
|
||||
use panic_halt as _;
|
||||
|
||||
use cortex_m::peripheral::syst::SystClkSource;
|
||||
use cortex_m::Peripherals;
|
||||
|
||||
Reference in New Issue
Block a user