Remove line as it builds fine without it.

This commit is contained in:
Nic0w 2021-04-24 22:26:26 +02:00
parent d0d9291cde
commit ed1e847618

View file

@ -10,7 +10,6 @@
extern crate cortex_m;
extern crate embedded_hal as hal;
extern crate nb;
extern crate embedded_time;
pub extern crate rp2040_pac as pac;