mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 20:30:09 -04:00
Secure Boot: Fixes the cpp macro in esp32 secure boot rom functions.
Closes https://github.com/espressif/esp-idf/issues/5878
This commit is contained in:
parent
83ec35f185
commit
2d63354ec8
@ -111,4 +111,8 @@ bool ets_use_secure_boot_v2();
|
|||||||
|
|
||||||
#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