move APID to lib

This commit is contained in:
2023-07-11 00:45:59 +02:00
parent 300ea91c6b
commit e9681b9dbb
4 changed files with 8 additions and 5 deletions

View File

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