gotthard2: switching between continuous to burst mode (burstperiod got reset: fixed)

This commit is contained in:
2020-03-05 16:35:52 +01:00
parent c2639854fa
commit 4a802bd2e4
3 changed files with 2 additions and 2 deletions

View File

@ -824,7 +824,7 @@ int setPeriod(int64_t val) {
setPeriodBurst(0);
return setPeriodCont(val);
} else {
setPeriodCont(0);
//setPeriodCont(0);
return setPeriodBurst(val);
}
}