mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-03 16:18:38 +01:00
ctb & moench: phase fix for absolute within limits, option to set as degrees and get max phase shift, bug fix for eiger with implementation of 2 udp interface
This commit is contained in:
@@ -207,7 +207,7 @@ int ALTERA_PLL_SetOuputFrequency (int clkIndex, int pllVCOFreqMhz, int value) {
|
||||
uint32_t low_count = total_div / 2;
|
||||
uint32_t high_count = low_count;
|
||||
uint32_t odd_division = 0;
|
||||
cprintf(RED, "toatldiv:%f\n", total_div);
|
||||
|
||||
// odd division
|
||||
if (total_div > (float)(2 * low_count)) {
|
||||
++high_count;
|
||||
|
||||
Reference in New Issue
Block a user