Fix build error with the following condition. - CONFIG_BOARD_CRASHDUMP_CUSTOM=y - CONFIG_COREDUMP=n The condition for calling `coredump_initialize()` is incorrect. CONFIG_BOARD_CRASHDUMP_CUSTOM is not dependent on CONFIG_COREDUMP. Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| init.h | ||
| Make.defs | ||
| nx_bringup.c | ||
| nx_smpstart.c | ||
| nx_start.c | ||