mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	gpio: Fix some gpio pin num errors on esp32s2 and esp32c3
This commit is contained in:
		@@ -295,7 +295,6 @@ typedef enum {
 | 
			
		||||
    GPIO_NUM_19 = 19,   /*!< GPIO19, input and output */
 | 
			
		||||
    GPIO_NUM_20 = 20,   /*!< GPIO20, input and output */
 | 
			
		||||
    GPIO_NUM_21 = 21,   /*!< GPIO21, input and output */
 | 
			
		||||
    GPIO_NUM_22 = 22,   /*!< GPIO22, input and output */
 | 
			
		||||
    GPIO_NUM_MAX,
 | 
			
		||||
/** @endcond */
 | 
			
		||||
} gpio_num_t;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user