diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/prototest/main.cc | 4 |
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" |