This commit is contained in:
J / Jacob Babich
2022-04-20 21:01:15 -04:00
parent 508e3897e0
commit e809e84afc
2 changed files with 1 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ impl ReadablePin {
} }
} }
pub struct WritablePinOptions { pub struct WritablePinOptions {
pub function: Function, pub function: Function,
} }

View File

@@ -57,7 +57,6 @@ static HEAP: BumpPointerAlloc = BumpPointerAlloc {
#[macro_use] #[macro_use]
extern crate alloc; extern crate alloc;
use alloc::string::String; use alloc::string::String;
use alloc::{format, vec};
use cortex_m::interrupt; use cortex_m::interrupt;
use panic_halt as _; // you can put a breakpoint on `rust_begin_unwind` to catch panics use panic_halt as _; // you can put a breakpoint on `rust_begin_unwind` to catch panics