applied cargo fmt

This commit is contained in:
2021-11-08 01:04:00 +01:00
parent 021efc5a5a
commit f153732fcc

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