mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
gotthard2 bug fix: fixed pll freq was incorrect when 0 in front
This commit is contained in:
parent
11e7737a2f
commit
a769f7515c
Binary file not shown.
@ -53,7 +53,7 @@
|
||||
|
||||
/* Firmware Definitions */
|
||||
#define IP_HEADER_SIZE (20)
|
||||
#define FIXED_PLL_FREQUENCY (020000000) // 20MHz
|
||||
#define FIXED_PLL_FREQUENCY (20000000) // 20MHz
|
||||
#define READOUT_PLL_VCO_FREQ_HZ (866666688) // 866 MHz
|
||||
#define SYSTEM_PLL_VCO_FREQ_HZ (722222224) // 722 MHz
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user