mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	Merge branch 'contrib/github_pr_8402' into 'release/v4.3'
secure boot: add missing `#include "esp_flash_encrypt.h"` See merge request espressif/esp-idf!17159
This commit is contained in:
		@@ -28,6 +28,8 @@
 | 
			
		||||
#include "esp32s2/rom/efuse.h"
 | 
			
		||||
#include "esp32s2/rom/secure_boot.h"
 | 
			
		||||
 | 
			
		||||
#include "esp_flash_encrypt.h"
 | 
			
		||||
 | 
			
		||||
static const char *TAG = "secure_boot_v2";
 | 
			
		||||
#define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user