pub type FileLinkPacket = Cdc2CommandPacket<USER_CDC, FILE_LINK, FileLinkPayload>;
Expand description
File linking means allowing one file to be loaded after another file first (its parent).
This is used in PROS for the hot/cold linking.
Aliased Typeยง
pub struct FileLinkPacket { /* private fields */ }