From 61ac1b7cca9d86c5eaaeb7c8d86aaaac65b17ce7 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Wed, 18 Jul 2018 15:19:02 +0300 Subject: comm rx buffer --- Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Common') diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c b/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c index 84b4da4ee..eec009c4d 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c @@ -163,10 +163,6 @@ uint32_t unload_max_count=0; unload_max_count = idle_counter - old_idle_counter + ULONG_MAX; /* compute circular counter */ old_idle_counter=idle_counter; - #ifdef DEBUG - printf("unload max count = %lu \n",unload_max_count); - #endif - time_interval = next_interval; while(1) { -- cgit v1.3.1