Skip to content

Commit

Permalink
isolate kmod applicator from overlay loader
Browse files Browse the repository at this point in the history
  • Loading branch information
hftsai256 committed Jul 13, 2021
1 parent c6fa166 commit c855949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/plugins/system_controller/i2s_dacs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ ControllerI2s.prototype.enableI2SDAC = function (data) {
if (modules) {
this.config.set('i2s_id', id);
self.writeModulesFile(modules);
} else {
}

if (overlay) {
self.revomeAllDtOverlays();
self.writeI2SDAC(overlay);
if (script) {
Expand Down

0 comments on commit c855949

Please sign in to comment.