[Voyageurs] Use yunq native empty response for service.

This commit is contained in:
Drew Galbraith 2023-11-27 08:08:03 -08:00
parent b95c736825
commit 43d7bfa7ad
10 changed files with 28 additions and 67 deletions

View file

@ -9,7 +9,7 @@ glcr::ErrorOr<glcr::UniquePtr<VoyageursServer>> VoyageursServer::Create(
}
glcr::ErrorCode VoyageursServer::HandleRegisterKeyboardListener(
const KeyboardListener& listener, None&) {
const KeyboardListener& listener) {
keyboard_driver_.RegisterListener(listener.port_capability());
return glcr::OK;
}