diff --git a/src/lib.rs b/src/lib.rs index 687e8ecf81..1d883301d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -645,6 +645,7 @@ pub struct C { impl C { /// Raises the system ceiling to match the `resource` ceiling + #[cfg(not(thumbv6m))] pub fn raise(&self, _resource: &'static RES, f: F) -> R where RES: ResourceLike,