feat: remove redundant import

This commit is contained in:
doryan 2025-03-20 21:46:15 +04:00
parent b2fd11d731
commit 2cbcf9637b

View File

@ -1,7 +1,6 @@
use core::panic::PanicInfo;
use arduino_hal::{delay_ms, hal::pins, Peripherals};
use embedded_hal::digital::{OutputPin, StatefulOutputPin};
#[panic_handler]
pub unsafe fn panic(_info: &PanicInfo) -> ! {