mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 22:51:41 +01:00 
			
		
		
		
	bugfix: Conflicting declaration error with include<esp_efuse.h>, and Unified secure_boot.h include guard to "pragma once".
This commit is contained in:
		| @@ -23,9 +23,6 @@ | ||||
| extern "C" { | ||||
| #endif | ||||
|  | ||||
| struct ets_secure_boot_sig_block; | ||||
| struct ets_secure_boot_signature_t; | ||||
|  | ||||
| typedef struct ets_secure_boot_sig_block ets_secure_boot_sig_block_t; | ||||
| typedef struct ets_secure_boot_signature ets_secure_boot_signature_t; | ||||
| typedef struct ets_secure_boot_key_digests ets_secure_boot_key_digests_t; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user