MSM6258: fix rate being twice

#541
This commit is contained in:
tildearrow 2022-06-14 23:00:20 -05:00
parent cc06f36c92
commit dc9f1112d1
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ void DivPlatformMSM6258::setFlags(unsigned int flags) {
chipClock=4000000;
break;
}
rate=chipClock/128;
rate=chipClock/256;
for (int i=0; i<1; i++) {
oscBuf[i]->rate=rate;
}