fix build for thumbv6m

This commit is contained in:
Jorge Aparicio 2017-04-25 11:09:51 -05:00
parent 59cff5815b
commit e72687a366

View file

@ -645,6 +645,7 @@ pub struct C<T> {
impl<SC> C<SC> {
/// Raises the system ceiling to match the `resource` ceiling
#[cfg(not(thumbv6m))]
pub fn raise<RC, RES, R, F>(&self, _resource: &'static RES, f: F) -> R
where
RES: ResourceLike<Ceiling = RC>,