From 5e03f5e1a32e8b8e26225363f63732e0d398bf3a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 24 Feb 2021 19:39:01 +0100 Subject: [PATCH] enable counter --- cube/User/Src/main2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/main2.c b/cube/User/Src/main2.c index 425ec4d..6d3f812 100644 --- a/cube/User/Src/main2.c +++ b/cube/User/Src/main2.c @@ -46,7 +46,7 @@ void my_setup_2() { networkInit(); -// counterInit(); + counterInit(); logMsg("Application running"); }