remove duplicate import

This commit is contained in:
ju6ge 2025-09-11 20:04:27 +02:00
parent 3a24dcec53
commit 4fa1a05fc3
Signed by: judge
GPG Key ID: 6512C30DD8E017B5

View File

@ -50,7 +50,6 @@ use std::result::Result::Ok as OkStd;
use std::sync::Mutex;
use std::time::Duration;
use esp_idf_hal::can::CAN;
use esp_idf_hal::pcnt::PCNT1;
//Only support for 8 right now!
pub const PLANT_COUNT: usize = 8;