mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	efuse: Burn operation does not block reading
This commit is contained in:
		
				
					committed by
					
						
						Angus Gratton
					
				
			
			
				
	
			
			
			
						parent
						
							4d604ee6d2
						
					
				
				
					commit
					4c0cf40a39
				
			@@ -68,7 +68,7 @@ void esp_efuse_utility_clear_program_registers(void)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Burn values written to the efuse write registers
 | 
			
		||||
void esp_efuse_utility_burn_efuses(void)
 | 
			
		||||
void esp_efuse_utility_burn_chip(void)
 | 
			
		||||
{
 | 
			
		||||
#ifdef CONFIG_EFUSE_VIRTUAL
 | 
			
		||||
    ESP_LOGW(TAG, "Virtual efuses enabled: Not really burning eFuses");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user