From f86dab5ff3e9c35e9e68b798b5c4faa08d390085 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Fri, 21 Jan 2022 21:49:45 +0100 Subject: Added support for SRP based scheduling for armv6m --- macros/src/codegen/util.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/src/codegen/util.rs') diff --git a/macros/src/codegen/util.rs b/macros/src/codegen/util.rs index 6a07732c..4a29754b 100644 --- a/macros/src/codegen/util.rs +++ b/macros/src/codegen/util.rs @@ -52,6 +52,7 @@ pub fn impl_mutex( #priority, CEILING, #device::NVIC_PRIO_BITS, + &MASKS, f, ) } -- cgit v1.2.3