BV HiZ: improve doc

This commit is contained in:
King Kévin 2018-03-17 19:41:20 +01:00
parent cd7ca9a872
commit 2ec1d22a99
1 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@ error:
// command handlers
/** switch to DFU bootloader
* @param[in] argument not used
* @param[in] argument no argument required
* @note this handler is in HiZ mode only to save shortcut space and reduce menu size
*/
static void busvoodoo_hiz_bootloader(void* argument)
@ -949,7 +949,7 @@ static void busvoodoo_hiz_bootloader(void* argument)
}
/** show BusVoodoo version
* @param[in] argument not used
* @param[in] argument no argument required
* @note this handler is in HiZ mode only to save shortcut space and reduce menu size
*/
static void busvoodoo_hiz_version(void* argument)