more fixes

This commit is contained in:
Jorge Aparicio 2018-08-24 16:31:04 +02:00
parent 5a3605050e
commit abca829926
41 changed files with 30 additions and 65 deletions

View file

@ -1,6 +1,5 @@
//! Procedural macros of the `cortex-m-rtfm` crate
// #![deny(warnings)]
#![feature(proc_macro)]
#![recursion_limit = "128"]
#[macro_use]