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:
Angus Gratton 2020-09-21 15:51:03 +08:00
commit 033f49f974

View File

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