fixed hardfault handler to better work on cm0

This commit is contained in:
2018-01-04 13:37:41 +01:00
parent 1e41d4c3cb
commit 71f5918e54
4 changed files with 43 additions and 25 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ void settings_load_ini_begin(void)
void settings_load_ini_key(const char *restrict section, const char *restrict key, const char *restrict value)
{
//dbg("[%s] %s = %s", section, key, value);
dbg("[%s] %s = %s", section, key, value);
static char namebuf[INI_KEY_MAX];
// SYSTEM and UNITS files must be separate.