From 2d4375cab1f2a216d060db3197f62379cd9f09a9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 14 Dec 2018 09:48:41 +0100 Subject: prototest: remove ts variable (unused in benchmarks) --- src/app/prototest/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app') 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" -- cgit v1.2.3