Merge branch 'bugfix/cpp_header_rom_secure_boot_v4.1' into 'release/v4.1'

Secure Boot: Fixes the cpp macro in esp32 secure boot rom functions.

See merge request espressif/esp-idf!10572
This commit is contained in:
Angus Gratton
2020-09-24 12:25:22 +08:00

View File

@@ -111,4 +111,8 @@ bool ets_use_secure_boot_v2();
#endif /* CONFIG_ESP32_REV_MIN_3 */
#ifdef __cplusplus
}
#endif
#endif /* _ROM_SECURE_BOOT_H_ */