Add common types

This commit is contained in:
Ulf Lilleengen
2021-06-14 11:24:09 +02:00
parent a2da2a6db2
commit ee9f67fa01
5 changed files with 98 additions and 4 deletions

View File

@ -3,7 +3,7 @@
use crate::peripherals;
use crate::time::Hertz;
use core::mem::MaybeUninit;
mod common;
mod types;
#[derive(Clone, Copy)]
pub struct Clocks {