Ooops - Semicolon from last commit :-)

This commit is contained in:
Richard Eoin Meadows 2014-08-22 22:52:24 +01:00 committed by Gareth McMullin
parent f4474557d0
commit f4e20d0d04
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ static bool samd20_cmd_mbist(target *t)
/* Test the protection error bit in Status A */
if (status & SAMD20_STATUSA_PERR) {
gdb_outf("MBIST not run due to protection error.\n")
gdb_outf("MBIST not run due to protection error.\n");
return true;
}