nrf: add WDT driver

This commit is contained in:
Dario Nieuwenhuis
2021-08-07 14:26:28 +02:00
parent e1abba69b7
commit 2540a960e5
10 changed files with 221 additions and 0 deletions

View File

@ -40,6 +40,7 @@ pub mod spim;
pub mod timer;
pub mod twim;
pub mod uarte;
pub mod wdt;
// This mod MUST go last, so that it sees all the `impl_foo!` macros
#[cfg(feature = "nrf52805")]