forked from M-Labs/zynq-rs
remove unused imports
This commit is contained in:
parent
e430600683
commit
f68b5896ce
|
@ -1,6 +1,6 @@
|
||||||
use libregister::RegisterR;
|
use libregister::RegisterR;
|
||||||
use libcortex_a9::regs::{DFSR, MPIDR};
|
use libcortex_a9::regs::{DFSR, MPIDR};
|
||||||
use libboard_zynq::{println, slcr, stdio};
|
use libboard_zynq::{println, stdio};
|
||||||
|
|
||||||
#[link_section = ".text.boot"]
|
#[link_section = ".text.boot"]
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use libboard_zynq::{slcr, print, println};
|
use libboard_zynq::{print, println};
|
||||||
|
|
||||||
#[panic_handler]
|
#[panic_handler]
|
||||||
fn panic(info: &core::panic::PanicInfo) -> ! {
|
fn panic(info: &core::panic::PanicInfo) -> ! {
|
||||||
|
|
Loading…
Reference in New Issue