feat: remove redundant import
This commit is contained in:
parent
b2fd11d731
commit
2cbcf9637b
|
@ -1,7 +1,6 @@
|
||||||
use core::panic::PanicInfo;
|
use core::panic::PanicInfo;
|
||||||
|
|
||||||
use arduino_hal::{delay_ms, hal::pins, Peripherals};
|
use arduino_hal::{delay_ms, hal::pins, Peripherals};
|
||||||
use embedded_hal::digital::{OutputPin, StatefulOutputPin};
|
|
||||||
|
|
||||||
#[panic_handler]
|
#[panic_handler]
|
||||||
pub unsafe fn panic(_info: &PanicInfo) -> ! {
|
pub unsafe fn panic(_info: &PanicInfo) -> ! {
|
||||||
|
|
Loading…
Reference in New Issue