Add basic usb serial shell
This commit is contained in:
@ -3,10 +3,10 @@ use core::panic::PanicInfo;
|
||||
use hal::{
|
||||
clock::GenericClockController,
|
||||
gpio::{Pa10, Pa11, PfC},
|
||||
pac::Peripherals,
|
||||
prelude::*,
|
||||
sercom::{PadPin, Sercom0Pad2, Sercom0Pad3, UART0},
|
||||
time,
|
||||
pac::Peripherals,
|
||||
};
|
||||
|
||||
#[panic_handler]
|
||||
|
||||
Reference in New Issue
Block a user