mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
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>