aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/Utilities
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-18 15:19:02 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-18 15:19:02 +0300
commit61ac1b7cca9d86c5eaaeb7c8d86aaaac65b17ce7 (patch)
treee67af27a970ebd2c76ab92c549c4ed7ef702c7df /Software/Embedded_SW/Embedded/Common/Utilities
parent27f843a93af1fdda7e79ad4e1579f7f2de3d2e8d (diff)
downloadTango-61ac1b7cca9d86c5eaaeb7c8d86aaaac65b17ce7.tar.gz
Tango-61ac1b7cca9d86c5eaaeb7c8d86aaaac65b17ce7.zip
comm rx buffer
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
-rw-r--r--Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c4
1 files changed, 0 insertions, 4 deletions
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)
{