Skip to content
Snippets Groups Projects
Commit 9555e946 authored by Jens Getreu's avatar Jens Getreu
Browse files

remove unused crate imports

such as `extern crate nb` in order to compile with
`rustc 1.22.0-nightly (744dd6c1d 2017-09-02)`
parent 584d892f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#![no_std] #![no_std]
extern crate blue_pill; extern crate blue_pill;
extern crate cortex_m;
extern crate cortex_m_rtfm as rtfm; extern crate cortex_m_rtfm as rtfm;
use blue_pill::stm32f103xx::Interrupt; use blue_pill::stm32f103xx::Interrupt;
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
extern crate blue_pill; extern crate blue_pill;
extern crate cortex_m_rtfm as rtfm; extern crate cortex_m_rtfm as rtfm;
extern crate nb;
use blue_pill::Serial; use blue_pill::Serial;
use blue_pill::dma::{Buffer, Dma1Channel5}; use blue_pill::dma::{Buffer, Dma1Channel5};
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
extern crate blue_pill; extern crate blue_pill;
extern crate cortex_m_rtfm as rtfm; extern crate cortex_m_rtfm as rtfm;
extern crate nb;
use blue_pill::Serial; use blue_pill::Serial;
use blue_pill::dma::{Buffer, Dma1Channel4}; use blue_pill::dma::{Buffer, Dma1Channel4};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment