fix all compiler warnings
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use crate::{config::TankConfig, hal::HAL};
|
||||
use serde::Serialize;
|
||||
|
||||
use crate::config::TankConfig;
|
||||
use crate::hal::{BoardInteraction, HAL};
|
||||
|
||||
const OPEN_TANK_VOLTAGE: f32 = 3.0;
|
||||
pub const WATER_FROZEN_THRESH: f32 = 4.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user