This commit is contained in:
2022-02-18 11:38:37 +01:00
parent 0fb6c8b823
commit 0d521b64b6
2 changed files with 22 additions and 24 deletions

View File

@ -754,6 +754,7 @@ int setDynamicRange(int dr) {
bus_w(CONFIG_REG, bus_r(CONFIG_REG) & ~CONFIG_DYNAMIC_RANGE_MSK);
bus_w(CONFIG_REG, bus_r(CONFIG_REG) | regval);
updatePacketizing();
return OK;
}
int getDynamicRange(int *retval) {