mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	fix(efuse): fix efuse examples not compiling on c2
This commit is contained in:
		 Marius Vikhammer
					Marius Vikhammer
				
			
				
					committed by
					
						 Konstantin Kondrashov
						Konstantin Kondrashov
					
				
			
			
				
	
			
			
			 Konstantin Kondrashov
						Konstantin Kondrashov
					
				
			
						parent
						
							a29f9c9b57
						
					
				
				
					commit
					81c0ccfade
				
			| @@ -15,8 +15,14 @@ | ||||
| #include "esp_efuse.h" | ||||
| #include "esp_efuse_table.h" | ||||
| #include "esp_efuse_custom_table.h" | ||||
|  | ||||
| #if CONFIG_SECURE_BOOT || CONFIG_IDF_TARGET_ESP32C2 | ||||
| #include "esp_secure_boot.h" | ||||
| #endif | ||||
|  | ||||
| #if CONFIG_SECURE_FLASH_ENC_ENABLED || CONFIG_IDF_TARGET_ESP32C2 | ||||
| #include "esp_flash_encrypt.h" | ||||
| #endif | ||||
| #include "sdkconfig.h" | ||||
|  | ||||
| static const char* TAG = "example"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user