mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-03 10:59:56 +08:00
chg: cleaned up documentation
This commit is contained in:
parent
6e8775540e
commit
266cfa4442
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
* ms_timeout milliseconds for a specified response command.
|
||||||
*@brief WaitForResponseTimeout
|
|
||||||
* @param cmd command to wait for, or CMD_UNKNOWN to take any command.
|
* @param cmd command to wait for, or CMD_UNKNOWN to take any command.
|
||||||
* @param response struct to copy received command into.
|
* @param response struct to copy received command into.
|
||||||
* @param ms_timeout display message after 2 seconds
|
* @param ms_timeout display message after 2 seconds
|
||||||
|
|
Loading…
Add table
Reference in a new issue