mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/c++_usage_esp_core_dump_h_v4.3' into 'release/v4.3'
Fixed c++ include usage for esp_core_dump.h (backport v4.3) See merge request espressif/esp-idf!12677
This commit is contained in:
commit
4d80dd1238
@ -18,6 +18,10 @@
|
||||
#include "esp_err.h"
|
||||
#include "esp_private/panic_internal.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**************************************************************************************/
|
||||
/******************************** EXCEPTION MODE API **********************************/
|
||||
/**************************************************************************************/
|
||||
@ -85,4 +89,8 @@ void esp_core_dump_to_uart(panic_info_t *info);
|
||||
*/
|
||||
esp_err_t esp_core_dump_image_get(size_t* out_addr, size_t *out_size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -55,8 +55,6 @@ components/wpa_supplicant/port/
|
||||
components/mbedtls/port/include/
|
||||
components/mbedtls/mbedtls/include/mbedtls/
|
||||
|
||||
components/espcoredump/include/esp_core_dump.h
|
||||
|
||||
components/coap/
|
||||
components/nghttp/
|
||||
components/cbor/
|
||||
|
Loading…
Reference in New Issue
Block a user