stm32: rename mod traits to macros.
This commit is contained in:
parent
02da66aec8
commit
09a284e959
2 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ mod fmt;
|
|||
include!(concat!(env!("OUT_DIR"), "/_macros.rs"));
|
||||
|
||||
// Utilities
|
||||
mod macros;
|
||||
pub mod time;
|
||||
mod traits;
|
||||
/// Operating modes for peripherals.
|
||||
pub mod mode {
|
||||
trait SealedMode {}
|
||||
|
|
Loading…
Add table
Reference in a new issue