Fix formatting

This commit is contained in:
newell 2024-10-05 16:30:45 -07:00
parent 81790257a5
commit aba97175c6
1 changed files with 1 additions and 1 deletions

View File

@ -12,9 +12,9 @@ use libboard_artiq::si549;
use libboard_zynq::i2c::I2c;
use libboard_zynq::timer::GlobalTimer;
use libconfig::Config;
use log::warn;
#[cfg(not(feature = "target_ebaz4205"))]
use log::info;
use log::warn;
#[derive(Debug, PartialEq, Copy, Clone)]
#[allow(non_camel_case_types)]