diff options
Diffstat (limited to 'tests/cfail/peripheral-alias.rs')
| -rw-r--r-- | tests/cfail/peripheral-alias.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfail/peripheral-alias.rs b/tests/cfail/peripheral-alias.rs index 840f0dc..042666a 100644 --- a/tests/cfail/peripheral-alias.rs +++ b/tests/cfail/peripheral-alias.rs @@ -1,5 +1,6 @@ #![deny(warnings)] #![feature(proc_macro)] +#![no_std] extern crate cortex_m_rtfm as rtfm; extern crate stm32f103xx; |
