summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-14 09:48:41 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-14 09:48:41 +0100
commit2d4375cab1f2a216d060db3197f62379cd9f09a9 (patch)
treed0bf07da2f285d95269ed5d6bb4f23b419494861
parentbf836e01ba9e64b1b7b9035c7efab9cb3ffc0da8 (diff)
prototest: remove ts variable (unused in benchmarks)
-rw-r--r--src/app/prototest/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/prototest/main.cc b/src/app/prototest/main.cc
index 07f6ac0..5e048ec 100644
--- a/src/app/prototest/main.cc
+++ b/src/app/prototest/main.cc
@@ -59,8 +59,8 @@
void loop(void)
{
- static uint16_t ts = 0;
- ts++;
+ //static uint16_t ts = 0;
+ //ts++;
#ifdef PROTOTEST_INCLUDE_LOCAL
#include "prototest_local.cc.inc"