diff options
author | 2018-08-24 16:31:04 +0200 | |
---|---|---|
committer | 2018-08-24 16:31:04 +0200 | |
commit | abca8299268e55bdb80b649ceb6b0cc5d0f3c34a (patch) | |
tree | ebd4128dc1904f4adc60fea365f3f9d97620b58c /examples/zero-tasks.rs | |
parent | 5a3605050e210ab819af83b59556cfc78a2f667f (diff) | |
download | rtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.tar.gz rtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.tar.zst rtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.zip |
more fixes
Diffstat (limited to 'examples/zero-tasks.rs')
-rw-r--r-- | examples/zero-tasks.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/zero-tasks.rs b/examples/zero-tasks.rs index b1ebab6f..abd1c4cd 100644 --- a/examples/zero-tasks.rs +++ b/examples/zero-tasks.rs @@ -1,8 +1,6 @@ //! Minimal example with zero tasks #![deny(unsafe_code)] #![deny(warnings)] -// IMPORTANT always include this feature gate -#![feature(proc_macro)] #![no_std] extern crate cortex_m_rtfm as rtfm; // IMPORTANT always do this rename |