Add low level timer API.
This commit is contained in:
@ -20,6 +20,7 @@ pub mod gpio;
|
||||
pub mod rcc;
|
||||
#[cfg(feature = "_time-driver")]
|
||||
mod time_driver;
|
||||
pub mod timer;
|
||||
|
||||
// Sometimes-present hardware
|
||||
|
||||
|
Reference in New Issue
Block a user