ROGCC: Remove power setting from correct array

This commit is contained in:
Luke D. Jones
2022-08-03 09:48:00 +12:00
parent 773c9902a5
commit 700633e080
2 changed files with 5 additions and 1 deletions

View File

@@ -298,7 +298,7 @@ fn aura_power2(
break;
}
}
enabled_states.x1866.remove(idx);
enabled_states.x19b6.remove(idx);
}
}
};