Update last error number (comment only)

This commit is contained in:
Tamas TEVESZ 2017-01-28 13:26:41 +01:00
parent ee08f5ee94
commit 87af948114
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static const char *error_strings[] =
/* 97 */ "DAP is locked or wrong debug protocol selected.",
/* 98 */ "Device database not loaded.",
/* 98 */ "Invalid error number",
/* 99 */ "Invalid error number",
};
const char *fet_error(int code)