added logging of driver loading

This commit is contained in:
2017-12-28 21:14:57 +01:00
parent 85dd77311b
commit a54726bd5c
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void plat_init(void)
dbg("Loading settings ...");
// Load settings from Flash and apply (includes System settings and all Unit settings)
settings_load();
settings_load(); // XXX maybe this should be moved to the main task
comm_init();
}