From 88298ca9325d4ee54e71591546833e5f74b997f5 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Mon, 27 Nov 2023 18:19:12 -0400
Subject: [PATCH] weird import

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 58e7fee..09503c2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,7 +32,7 @@ mod app {
         packet::Packet,
         whisker::{Gps, Route},
     };
-    use stm32f4xx_hal::{self as hal};
+    use stm32f4xx_hal as hal;
     use systick_monotonic::{ExtU64, Systick};
     use usb_device::prelude::*;
 
-- 
GitLab