rename register blocks

This commit is contained in:
Robin Mueller
2025-10-18 23:24:36 +02:00
parent 0aa86cd085
commit 0d227e7f68

View File

@@ -33,6 +33,7 @@ pub mod slcr;
pub mod spi;
pub mod ttc;
pub mod uart;
pub mod sdio;
pub mod xadc;
static PERIPHERALS_TAKEN: AtomicBool = AtomicBool::new(false);