From 6ea9cda6635e7536523f3c6d3d217f7d474ae4a2 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 23 Jul 2017 20:51:58 -0500 Subject: update cfail tests --- tests/cfail/interrupt.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cfail/interrupt.rs') diff --git a/tests/cfail/interrupt.rs b/tests/cfail/interrupt.rs index 3659495..2969d1f 100644 --- a/tests/cfail/interrupt.rs +++ b/tests/cfail/interrupt.rs @@ -1,5 +1,6 @@ #![deny(warnings)] #![feature(proc_macro)] +#![no_std] extern crate cortex_m_rtfm as rtfm; extern crate stm32f103xx; -- cgit v1.2.3