Commit 2d4375ca authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

prototest: remove ts variable (unused in benchmarks)

parent bf836e01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"