diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-12-14 09:48:41 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-14 09:48:41 +0100 | 
| commit | 2d4375cab1f2a216d060db3197f62379cd9f09a9 (patch) | |
| tree | d0bf07da2f285d95269ed5d6bb4f23b419494861 /src/app/prototest | |
| parent | bf836e01ba9e64b1b7b9035c7efab9cb3ffc0da8 (diff) | |
prototest: remove ts variable (unused in benchmarks)
Diffstat (limited to 'src/app/prototest')
| -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" | 
