more parts of adc fixed

This commit is contained in:
2018-02-07 20:57:02 +01:00
parent 835423099b
commit ddfbbeeb95
5 changed files with 118 additions and 29 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void TaskMain(void const * argument)
// Periodically check stacks for overrun
stackmon_check_canaries();
// Periodically dump all stacks - for checking levels before critical (to reduce size if not needed)
if ((cnt%75)==0) stackmon_dump();
if ((cnt%150)==0) stackmon_dump();
continue;
}