mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/cpp_header_rom_secure_boot' into 'master'
Secure Boot: Fixes the cpp macro in esp32 secure boot rom functions. Closes IDFGH-3998 See merge request espressif/esp-idf!10528
This commit is contained in:
commit
033f49f974
@ -111,4 +111,8 @@ bool ets_use_secure_boot_v2(void);
|
|||||||
|
|
||||||
#endif /* CONFIG_ESP32_REV_MIN_3 */
|
#endif /* CONFIG_ESP32_REV_MIN_3 */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _ROM_SECURE_BOOT_H_ */
|
#endif /* _ROM_SECURE_BOOT_H_ */
|
Loading…
x
Reference in New Issue
Block a user