added TODO
This commit is contained in:
parent
e9681b9dbb
commit
13b7c50e74
@ -118,6 +118,7 @@ impl PusReceiver {
|
|||||||
if let Ok(custom_service) = CustomPusServiceId::try_from(e.number) {
|
if let Ok(custom_service) = CustomPusServiceId::try_from(e.number) {
|
||||||
match custom_service {
|
match custom_service {
|
||||||
CustomPusServiceId::Mode => {
|
CustomPusServiceId::Mode => {
|
||||||
|
// TODO: Fix mode service.
|
||||||
//self.handle_mode_service(pus_tc, accepted_token)
|
//self.handle_mode_service(pus_tc, accepted_token)
|
||||||
}
|
}
|
||||||
CustomPusServiceId::Health => {}
|
CustomPusServiceId::Health => {}
|
||||||
|
Loading…
Reference in New Issue
Block a user