diff options
| author | Foo <34515228+fooooooooooooooo@users.noreply.github.com> | 2024-05-27 04:26:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-27 11:26:09 +0000 |
| commit | 6865b696161d32cd47e1ccbfac942c38385d6dfd (patch) | |
| tree | d7055f9dc0a4a4c26d0fb4f8a2b955f9ca9f5dd6 /rtic-monotonics/src/lib.rs | |
| parent | 2efdef6029fc3b38974cea1664aba321f6c63ec4 (diff) | |
add support for nrf52805 (#941)
Diffstat (limited to 'rtic-monotonics/src/lib.rs')
| -rw-r--r-- | rtic-monotonics/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-monotonics/src/lib.rs b/rtic-monotonics/src/lib.rs index 65180b1..70a89fc 100644 --- a/rtic-monotonics/src/lib.rs +++ b/rtic-monotonics/src/lib.rs @@ -44,6 +44,7 @@ pub mod rp2040; pub mod imxrt; #[cfg(any( + feature = "nrf52805", feature = "nrf52810", feature = "nrf52811", feature = "nrf52832", @@ -66,6 +67,7 @@ pub(crate) const fn cortex_logical2hw(logical: u8, nvic_prio_bits: u8) -> u8 { #[cfg(any( feature = "rp2040", + feature = "nrf52805", feature = "nrf52810", feature = "nrf52811", feature = "nrf52832", |
