Merge pull request #29 from melak/fet_errcode_460s
Add FET error codes from MSP430DLL v3.9.1.002 (SLAC460s)
This commit is contained in:
commit
a16ef760ab
|
@ -139,8 +139,9 @@ static const char *error_strings[] =
|
|||
"UART connection is not in use.",
|
||||
/* 96 */ "MSP432 devices are not supported using the MSPFET430-UIF",
|
||||
/* 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)
|
||||
|
|
Loading…
Reference in New Issue