Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarning committed Dec 7, 2024
1 parent 455291e commit 16a67e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ pub mod spi;
#[cfg(riot_module_periph_adc)]
pub mod adc;

#[cfg(riot_module_periph_dac)]
pub mod dac;

#[cfg(riot_module_ztimer)]
pub mod ztimer;

Expand Down Expand Up @@ -205,3 +208,6 @@ pub mod auto_init;
feature = "with_embedded_nal_async"
))]
mod async_helpers;

#[cfg(riot_module_periph_uart)]
pub mod uart;

0 comments on commit 16a67e9

Please sign in to comment.