Skip to content

Commit

Permalink
stm32: rename mod traits to macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 15, 2024
1 parent 02da66a commit 09a284e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-stm32/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
File renamed without changes.

0 comments on commit 09a284e

Please sign in to comment.