use re-export in example now

This commit is contained in:
2023-01-10 17:16:57 +01:00
parent af8a7e3e7a
commit 622dfb2089
8 changed files with 24 additions and 39 deletions

View File

@ -1,6 +1,6 @@
use crate::tmtc::{MpscStoreAndSendError, PusTcSource, PUS_APID};
use satrs_core::spacepackets::{CcsdsPacket, SpHeader};
use satrs_core::tmtc::{CcsdsPacketHandler, ReceivesCcsdsTc};
use spacepackets::{CcsdsPacket, SpHeader};
pub struct CcsdsReceiver {
pub tc_source: PusTcSource,