Add support for log+defmt again, but better.

This commit is contained in:
Dario Nieuwenhuis
2020-12-01 17:46:56 +01:00
parent 78135a81d9
commit 6f76c0ebcc
22 changed files with 261 additions and 21 deletions

View File

@ -48,6 +48,9 @@ pub use nrf52833_hal as hal;
#[cfg(feature = "52840")]
pub use nrf52840_hal as hal;
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
pub mod gpiote;
pub mod interrupt;
#[cfg(feature = "52840")]