From ed1e847618cccc54780963e664ffb1ef043319e3 Mon Sep 17 00:00:00 2001 From: Nic0w Date: Sat, 24 Apr 2021 22:26:26 +0200 Subject: [PATCH] Remove line as it builds fine without it. --- rp2040-hal/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rp2040-hal/src/lib.rs b/rp2040-hal/src/lib.rs index 8fb2aba..477db61 100644 --- a/rp2040-hal/src/lib.rs +++ b/rp2040-hal/src/lib.rs @@ -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;