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:
Supreet Deshpande 2020-09-20 22:43:03 +05:30
parent 83ec35f185
commit 2d63354ec8

View File

@ -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_ */