diff options
Diffstat (limited to 'examples/two-tasks.rs')
-rw-r--r-- | examples/two-tasks.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/two-tasks.rs b/examples/two-tasks.rs index 4f567f0c..23489151 100644 --- a/examples/two-tasks.rs +++ b/examples/two-tasks.rs @@ -1,7 +1,6 @@ //! Two tasks running at the *same* priority with access to the same resource #![deny(unsafe_code)] #![deny(warnings)] -#![feature(proc_macro)] #![no_std] extern crate cortex_m_rtfm as rtfm; |