continue
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
2023-07-21 21:36:21 +02:00
parent 0e2a413505
commit beebf00565
3 changed files with 21 additions and 10 deletions

View File

@ -7,7 +7,7 @@ pub enum TransactionStep {
ReceivingFileDataPdus = 2,
SendingAckPdu = 3,
TransferCompletion = 4,
SendingFinishedPdu = 5
SendingFinishedPdu = 5,
}
#[derive(Copy, Clone, PartialEq, Eq)]
@ -20,6 +20,5 @@ pub enum State {
#[cfg(test)]
mod tests {
#[test]
fn basic_test() {
}
fn basic_test() {}
}