Expose EASY_DMA_SIZE.

This commit is contained in:
Richard Dodd
2021-08-22 00:23:03 +01:00
parent fde24dba3c
commit ed1ed5225f
8 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,8 @@ mod chip;
#[path = "chips/nrf52840.rs"]
mod chip;
pub use chip::EASY_DMA_SIZE;
#[cfg(feature = "unstable-pac")]
pub use chip::pac;
#[cfg(not(feature = "unstable-pac"))]