Skip to content

Commit

Permalink
rcc: add empty rcc module
Browse files Browse the repository at this point in the history
  • Loading branch information
astapleton committed Jun 7, 2024
1 parent 9004138 commit 8ca8aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ pub mod pwr;

#[cfg(feature = "device-selected")]
pub mod time;

#[cfg(feature = "device-selected")]
pub mod rcc;
1 change: 1 addition & 0 deletions src/rcc.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 8ca8aca

Please sign in to comment.