diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-30 15:09:45 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-31 13:03:30 -0400 |
| commit | 98af868b0dbc0c4d476bad9479012c73a40beb06 (patch) | |
| tree | 7c17be43e215bd4ac4d0980552425f09ad23fb43 /examples | |
| parent | 4de92fe0d5f965fc6990adbb2b175e59b32bb3bb (diff) | |
fsmc-stress-test.cpp: Convert to SerialUSB, don't print so much.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/fsmc-stress-test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
