aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-22 01:30:15 +0200
committerGitHub <[email protected]>2021-08-22 01:30:15 +0200
commit548593ea415c79472bd2cf2d0c59aadfcf5f715c (patch)
tree854146fd9a6a0275b0a5a1719e03c672b76ce479 /embassy-nrf/src/lib.rs
parentfde24dba3c8433884123a0c7c07afa72d65bc17f (diff)
parented1ed5225f426c367d9720eb16ac612eea84a816 (diff)
Merge pull request #370 from derekdreery/easy_dma_size
Expose EASY_DMA_SIZE.
Diffstat (limited to 'embassy-nrf/src/lib.rs')
-rw-r--r--embassy-nrf/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs
index 0807822ff..088d44b57 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -67,6 +67,8 @@ mod chip;
67#[path = "chips/nrf52840.rs"] 67#[path = "chips/nrf52840.rs"]
68mod chip; 68mod chip;
69 69
70pub use chip::EASY_DMA_SIZE;
71
70#[cfg(feature = "unstable-pac")] 72#[cfg(feature = "unstable-pac")]
71pub use chip::pac; 73pub use chip::pac;
72#[cfg(not(feature = "unstable-pac"))] 74#[cfg(not(feature = "unstable-pac"))]