We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ac0cd commit 8137aacCopy full SHA for 8137aac
1 file changed
Drivers/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal_adc_ex.h
@@ -910,8 +910,7 @@ typedef struct
910
((__DELAY__) == ADC_TWOSAMPLINGDELAY_5CYCLES) || \
911
((__DELAY__) == ADC_TWOSAMPLINGDELAY_6CYCLES) || \
912
((__DELAY__) == ADC_TWOSAMPLINGDELAY_7CYCLES) || \
913
- ((__DELAY__) == ADC_TWOSAMPLINGDELAY_8CYCLES) || \
914
- ((__DELAY__) == ADC_TWOSAMPLINGDELAY_9CYCLES) )
+ ((__DELAY__) == ADC_TWOSAMPLINGDELAY_8CYCLES) )
915
#endif /* ADC_MULTIMODE_SUPPORT */
916
917
/**
0 commit comments