cargo fmt

This commit was merged in pull request #447.
This commit is contained in:
2025-11-28 22:29:33 +08:00
committed by spaqin
parent 1f8c9c3ee3
commit efd45316e7

View File

@@ -4,8 +4,6 @@ use cslice::CSlice;
use libcortex_a9::asm;
use vcell::VolatileCell;
use log::info;
#[cfg(has_drtio)]
use super::{KERNEL_CHANNEL_0TO1, KERNEL_CHANNEL_1TO0, Message};
use crate::{artiq_raise, pl::csr, rtio_core};
@@ -257,7 +255,6 @@ pub extern "C" fn input_timestamped_data(timeout: i64, channel: i32) -> Timestam
}
}
pub fn write_log(data: &[i8]) {
let mut word: u32 = 0;
for i in 0..data.len() {