redesigned, removed redundancy

This commit is contained in:
Priec
2025-11-03 22:41:16 +01:00
parent 096fe5e2b9
commit 93c43dee11
4 changed files with 27 additions and 83 deletions

View File

@@ -3,11 +3,9 @@
pub mod gpio_dma_uart_tx;
pub mod gpio_dma_uart_rx;
pub mod dma_timer;
pub mod runtime;
pub mod debug;
pub use gpio_dma_uart_tx::*;
pub use gpio_dma_uart_rx::*;
pub use dma_timer::*;
pub use runtime::*;
pub use debug::*;