simplified config file comments, fixed settings not peristed, fixed F407 flash code
This commit is contained in:
+1
-1
@@ -48,7 +48,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%50)==0) stackmon_dump();
|
||||
// if ((cnt%50)==0) stackmon_dump();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user