simplified config file comments, fixed settings not peristed, fixed F407 flash code

This commit is contained in:
2017-12-17 16:09:07 +01:00
parent 03075bdd5e
commit 803cd57960
8 changed files with 58 additions and 31 deletions
+1 -1
View File
@@ -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;
}