this seems to work

This commit is contained in:
2023-07-05 09:39:35 +02:00
parent 3f47474393
commit 9a40301c0f
2 changed files with 10 additions and 3 deletions

View File

@ -109,7 +109,6 @@ pub trait PusServiceHandler {
},
};
}
}
pub struct PusService17TestHandler {
psb: PusServiceBase,
@ -217,4 +216,4 @@ impl PusServiceHandler for PusService17TestHandler {
}
Ok(PusPacketHandlerResult::CustomSubservice(token))
}
}
}