mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	Merge branch 'zim-missing-semicolon' into 'master'
missing semicolon See merge request espressif/esp-idf!14965
This commit is contained in:
		@@ -448,11 +448,11 @@ esp_err_t adc_vref_to_gpio(adc_unit_t adc_unit, gpio_num_t gpio)
 | 
			
		||||
    if (adc_unit & ADC_UNIT_1) {
 | 
			
		||||
        ADC_ENTER_CRITICAL();
 | 
			
		||||
        adc_hal_vref_output(ADC_NUM_1, channel, true);
 | 
			
		||||
        ADC_EXIT_CRITICAL()
 | 
			
		||||
        ADC_EXIT_CRITICAL();
 | 
			
		||||
    } else if (adc_unit & ADC_UNIT_2) {
 | 
			
		||||
        ADC_ENTER_CRITICAL();
 | 
			
		||||
        adc_hal_vref_output(ADC_NUM_2, channel, true);
 | 
			
		||||
        ADC_EXIT_CRITICAL()
 | 
			
		||||
        ADC_EXIT_CRITICAL();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ret = adc_digi_gpio_init(ADC_NUM_2, BIT(channel));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user