From 353a359eacf81a5beca752ed58c0fedec771c31b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 30 Aug 2011 15:09:45 -0400 Subject: fsmc-stress-test.cpp: Convert to SerialUSB, don't print so much. --- examples/fsmc-stress-test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/fsmc-stress-test.cpp b/examples/fsmc-stress-test.cpp index 6e986b3..defa886 100644 --- a/examples/fsmc-stress-test.cpp +++ b/examples/fsmc-stress-test.cpp @@ -108,8 +108,7 @@ void loop() { last = millis(); while (true) { - bool result = test(); - if (!result) { + if (!test()) { SerialUSB.println("Halting due to error."); throb(); } else { -- cgit v1.2.3