impl ReceivesTc for TC UDP server

This commit is contained in:
2022-12-21 20:02:29 +01:00
parent 78c54cf617
commit 0b0a929a11
2 changed files with 8 additions and 2 deletions

View File

@ -44,8 +44,6 @@ struct UdpTmtcServer {
tm_store: SharedPool,
}
unsafe impl Send for UdpTmtcServer {}
#[derive(Clone)]
struct EventTmSender {
store_helper: TmStore,