diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 13:56:17 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 13:56:17 +0300 |
| commit | b8cae8fcfe37cee8df17d0e8ccfbf2b3ac8c2152 (patch) | |
| tree | 9aeca58d805f350ac1459ba57ed3b2a3a246b544 /Software/Embedded_SW/Embedded/Common | |
| parent | 4f81c6ce6c3b836bbfdb86532199aa37382b6147 (diff) | |
| parent | e0d570b8994b5d8ac3733075df9aa4d25e723131 (diff) | |
| download | Tango-b8cae8fcfe37cee8df17d0e8ccfbf2b3ac8c2152.tar.gz Tango-b8cae8fcfe37cee8df17d0e8ccfbf2b3ac8c2152.zip | |
MREGE!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c | 4 |
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) { |
