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

This commit is contained in:
maliakal_d 2024-01-30 09:58:53 +01:00 committed by GitHub
parent a884db0e2c
commit d17bc5da62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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)