Fixed DAC not correctly deinited causing INI crashes

This commit is contained in:
2018-04-16 10:26:34 +02:00
parent 041e4f5b70
commit 396501564a
3 changed files with 14 additions and 8 deletions
+1
View File
@@ -334,6 +334,7 @@ bool ureg_finalize_all_init(void)
uint8_t callsign = 1;
while (li != NULL) {
Unit *const pUnit = &li->unit;
dbg("+ %s \"%s\"", pUnit->driver->name, pUnit->name);
if (pUnit->status == E_SUCCESS) {
dbg("! Unit seems already loaded, skipping");