improvements, start using in example

This commit is contained in:
2025-02-05 16:02:04 +01:00
parent 474afc37ca
commit 8c2dfeea28
11 changed files with 240 additions and 146 deletions

View File

@ -502,7 +502,7 @@ impl ModeRequestHandler for AcsSubsystem {
.unwrap();
self.mode_node
.send_mode_reply(requestor_info, reply)
.map_err(ModeError::Messaging)?;
.map_err(ModeError::Send)?;
Ok(())
}
}