aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-10-31 22:36:02 +0100
committerDario Nieuwenhuis <[email protected]>2020-10-31 22:36:02 +0100
commit9dea5035b9047a00a31615f897dabd2e538a5019 (patch)
tree521d78be934c4eb231878aea5d7114f47ab50b20 /embassy-nrf
parente2c10fbbb070ad29227c496fe6e1434bbab6eca4 (diff)
Remove unused
Diffstat (limited to 'embassy-nrf')
-rw-r--r--embassy-nrf/src/interrupt.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-nrf/src/interrupt.rs b/embassy-nrf/src/interrupt.rs
index e227032cb..30979b8ca 100644
--- a/embassy-nrf/src/interrupt.rs
+++ b/embassy-nrf/src/interrupt.rs
@@ -47,9 +47,6 @@ impl Priority {
47 } 47 }
48} 48}
49 49
50static CS_FLAG: AtomicBool = AtomicBool::new(false);
51static mut CS_MASK: [u32; 2] = [0; 2];
52
53#[inline] 50#[inline]
54pub fn free<F, R>(f: F) -> R 51pub fn free<F, R>(f: F) -> R
55where 52where