Skip to content

Commit

Permalink
Serialize/Deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 27, 2023
1 parent c0805db commit c0bedac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cfdp/pdu/ack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use super::{
add_pdu_crc, generic_length_checks_pdu_deserialization, CfdpPdu, FileDirectiveType, PduError,
PduHeader, WritablePduPacket,
};
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};

/// ACK PDU abstraction.
///
Expand Down

0 comments on commit c0bedac

Please sign in to comment.