aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/fsmc-stress-test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/fsmc-stress-test.cpp b/examples/fsmc-stress-test.cpp
index ee40236..0cb9d30 100644
--- a/examples/fsmc-stress-test.cpp
+++ b/examples/fsmc-stress-test.cpp
@@ -103,14 +103,12 @@ bool stress_test(void);
bool simple_roundtrip(void);
void loop() {
- uint32 count = 0;
uint32 last;
bool ok = true;
bool (*test)(void) = stress_test;
last = millis();
while (true) {
- count++;
bool result = test();
ok = ok && result;
if (!ok) {