diff options
Diffstat (limited to 'src/export.rs')
| -rw-r--r-- | src/export.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.rs b/src/export.rs index 091cfb8..7beaf16 100644 --- a/src/export.rs +++ b/src/export.rs @@ -298,7 +298,7 @@ pub unsafe fn lock<T, R, const M: usize>( if ceiling >= 4 { // safe to manipulate outside critical section // execute closure under protection of raised system ceiling - + // safe to manipulate outside critical section interrupt::free(|_| f(&mut *ptr)) } else { |
