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

This commit is contained in:
maliakal_d 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);
}
}

View File

@ -5,8 +5,8 @@
#define APIGUI 0x200227
#define APICTB 0x200305
#define APIGOTTHARD 0x200305
#define APIGOTTHARD2 0x200305
#define APIJUNGFRAU 0x200305
#define APIMYTHEN3 0x200305
#define APIMOENCH 0x200304
#define APIEIGER 0x200305
#define APIGOTTHARD2 0x200305