mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	fix(adc): fixed esp32, esp32s2,esp32s3 adc oneshot mode clk div issue
This commit is contained in:
		@@ -29,7 +29,7 @@ extern "C" {
 | 
			
		||||
                    Oneshot
 | 
			
		||||
---------------------------------------------------------------*/
 | 
			
		||||
#define ADC_LL_DATA_INVERT_DEFAULT(PERIPH_NUM)         (1)
 | 
			
		||||
#define ADC_LL_SAR_CLK_DIV_DEFAULT(PERIPH_NUM)         (2)
 | 
			
		||||
#define ADC_LL_SAR_CLK_DIV_DEFAULT(PERIPH_NUM)         (1)
 | 
			
		||||
 | 
			
		||||
/*---------------------------------------------------------------
 | 
			
		||||
                    DMA
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user