aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Eoin Meadows2014-08-22 22:52:24 +0100
committerGareth McMullin2014-09-03 21:17:48 +1200
commitf4e20d0d04f1e250ac93acf5bfc02fb20e33ee61 (patch)
treed07e0f7d9e0c7ae7b9eabee5898555b3f6ae2808
parentf4474557d03581a1df5cbab9deff48799b32ddfb (diff)
Ooops - Semicolon from last commit :-)
-rw-r--r--src/samd20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samd20.c b/src/samd20.c
index 2a9fc67..73baf6f 100644
--- a/src/samd20.c
+++ b/src/samd20.c
@@ -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;
}