From 80f8bea6344591ba2c8d07d19f4e86938b4af733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 22 Apr 2016 16:34:52 +0200 Subject: [PATCH] cleaning --- user/user_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/user/user_main.c b/user/user_main.c index 76ce21c..aebe2d9 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -37,8 +37,6 @@ static void ICACHE_FLASH_ATTR prSecondTimerCb(void *arg) static u8 cnt = 0; static u32 last = 0; - static u8 cnt2 = 0; - if (++cnt == 3) { cnt = 0; u32 heap = system_get_free_heap_size();