mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 14:14:11 +00:00 
			
		
		
		
	Merge branch 'bugfix/examples_connect_openeth_v4.3' into 'release/v4.3'
examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y (v4.3) See merge request espressif/esp-idf!15654
This commit is contained in:
		@@ -363,7 +363,7 @@ static esp_netif_t *eth_start(void)
 | 
				
			|||||||
#elif CONFIG_EXAMPLE_ETH_PHY_DP83848
 | 
					#elif CONFIG_EXAMPLE_ETH_PHY_DP83848
 | 
				
			||||||
    s_phy = esp_eth_phy_new_dp83848(&phy_config);
 | 
					    s_phy = esp_eth_phy_new_dp83848(&phy_config);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#elif CONFIG_ETH_USE_SPI_ETHERNET
 | 
					#elif CONFIG_EXAMPLE_USE_SPI_ETHERNET
 | 
				
			||||||
    gpio_install_isr_service(0);
 | 
					    gpio_install_isr_service(0);
 | 
				
			||||||
    spi_device_handle_t spi_handle = NULL;
 | 
					    spi_device_handle_t spi_handle = NULL;
 | 
				
			||||||
    spi_bus_config_t buscfg = {
 | 
					    spi_bus_config_t buscfg = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user