stm32/rcc: rename common to bus

This commit is contained in:
xoviat
2023-08-27 08:35:13 -05:00
parent 13f0501673
commit 48085939e7
16 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
#![macro_use]
pub mod common;
pub mod bus;
use core::mem::MaybeUninit;