From 266cfa444265e19c33c36f1650d3ac66dae7486e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Dr=C3=B6scher?= Date: Sun, 22 Jul 2018 15:22:48 +0200 Subject: [PATCH] chg: cleaned up documentation --- client/cmdmain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/cmdmain.c b/client/cmdmain.c index 635382f27..315bb04f0 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -124,9 +124,8 @@ int getCommand(UsbCommand* response) { } /** - * Waits for a certain response type. This method waits for a maximum of + * @brief Waits for a certain response type. This method waits for a maximum of * ms_timeout milliseconds for a specified response command. - *@brief WaitForResponseTimeout * @param cmd command to wait for, or CMD_UNKNOWN to take any command. * @param response struct to copy received command into. * @param ms_timeout display message after 2 seconds