timer is now separated

This commit is contained in:
Priec
2025-10-31 00:05:19 +01:00
parent f2b6590473
commit f56fe0561b
3 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
#![no_std]
pub mod gpio_dma_uart;
pub use gpio_dma_uart::*;
pub mod dma_timer;
pub use dma_timer::*;