moench: changed max shifts of adc clk from 240 to 200 (#909)

This commit is contained in:
maliakal_d 2024-02-06 11:34:17 +01:00 committed by GitHub
parent 97f0c1fe46
commit 70f467a3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
#define ASIC_FILTER_MAX_RES_VALUE (1)
#define MAX_SELECT_CHIP10_VAL (63)
#define MAX_PHASE_SHIFTS (240)
#define MAX_PHASE_SHIFTS (200)
#define BIT16_MASK (0xFFFF)
#define ADC_DECMT_QUARTER_SPEED (0x3)