diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-23 20:51:58 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-23 20:51:58 -0500 |
| commit | 6ea9cda6635e7536523f3c6d3d217f7d474ae4a2 (patch) | |
| tree | c5617f6b60531891231ba2b5b029f957562a085f /tests/cfail/exception.rs | |
| parent | 05feb7b018817f88123900c9196e830d51608a5f (diff) | |
update cfail tests
Diffstat (limited to 'tests/cfail/exception.rs')
| -rw-r--r-- | tests/cfail/exception.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfail/exception.rs b/tests/cfail/exception.rs index 08bd8db..1428bcc 100644 --- a/tests/cfail/exception.rs +++ b/tests/cfail/exception.rs @@ -1,5 +1,6 @@ #![deny(warnings)] #![feature(proc_macro)] +#![no_std] extern crate cortex_m_rtfm as rtfm; extern crate stm32f103xx; |
