CFDP initial packet support #14

Merged
muellerr merged 49 commits from cfdp_first_support into main 2023-07-02 17:31:17 +02:00
Showing only changes of commit 44223c1c0f - Show all commits

View File

@ -127,3 +127,11 @@ impl<'seg_meta, 'file_data> FileDataPdu<'seg_meta, 'file_data> {
Ok(current_idx)
}
}
#[cfg(test)]
mod tests {
#[test]
fn test_basic() {
}
}