remove unused crate

This commit is contained in:
Jonas Schievink 2017-09-06 23:09:21 +02:00
parent 464279d77d
commit 5ffbdb4f6d

View file

@ -80,7 +80,6 @@
extern crate cortex_m;
extern crate cortex_m_rtfm_macros;
extern crate rtfm_core;
extern crate static_ref;
use core::u8;