esp32: Fixes crash during core dump.

Removes piece of debugging code introduced by 8d43859b.
This commit is contained in:
Alexey Gerenkov
2017-09-10 19:17:46 +03:00
parent 050ae50e83
commit 4e0c3a0415
3 changed files with 60 additions and 29 deletions

View File

@@ -269,9 +269,7 @@ extern void vPortCleanUpTCB ( void *pxTCB );
#define configXT_BOARD 1 /* Board mode */
#define configXT_SIMULATOR 0
#if CONFIG_ESP32_ENABLE_COREDUMP
#define configENABLE_TASK_SNAPSHOT 1
#endif
#if CONFIG_SYSVIEW_ENABLE
#ifndef __ASSEMBLER__