Move nRF's util into a separate crate

This commit is contained in:
Thales Fragoso
2021-03-07 20:15:40 -03:00
parent f922cf1609
commit 15c3e78408
12 changed files with 157 additions and 13 deletions

View File

@ -90,7 +90,6 @@ pub(crate) fn slice_in_ram_or<T>(slice: &[u8], err: T) -> Result<(), T> {
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
pub(crate) mod util;
pub mod buffered_uarte;
pub mod gpiote;