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

Closes https://github.com/espressif/esp-idf/issues/5878
pull/5682/merge
Supreet Deshpande 2020-09-20 22:43:03 +05:30
rodzic eebc71b16d
commit 0e940c80d4
1 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

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