From f4e20d0d04f1e250ac93acf5bfc02fb20e33ee61 Mon Sep 17 00:00:00 2001 From: Richard Eoin Meadows Date: Fri, 22 Aug 2014 22:52:24 +0100 Subject: [PATCH] Ooops - Semicolon from last commit :-) --- src/samd20.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }