applied cargo fmt

This commit is contained in:
Robin Müller 2021-11-08 01:04:00 +01:00
parent 021efc5a5a
commit f153732fcc
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
use crate::pac::SYSCONFIG;
use cortex_m::singleton;
use core::convert::Infallible;
use core::marker::PhantomData;
use cortex_m::singleton;
use embedded_hal::digital::v2::{InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin};
use va108xx::IOCONFIG;
@ -28,7 +28,7 @@ pub enum PinState {
enum PortId {
A,
B
B,
}
trait GpioRegExt {