ctb server: sync clk get added

This commit is contained in:
2019-06-19 16:55:24 +02:00
parent 6c33f7de7b
commit 4b69c01357
5 changed files with 26 additions and 6 deletions

View File

@ -799,6 +799,8 @@ int getSpeed(enum speedVariable ind, int mode) {
return getFrequency(ADC_CLK);
case DBIT_CLOCK:
return getFrequency(DBIT_CLK);
case SYNC_CLOCK:
return getFrequency(SYNC_CLK);
case CLOCK_DIVIDER:
return getFrequency(RUN_CLK);
case ADC_PIPELINE: