SPRESENSE opened a new pull request, #15951:
URL: https://github.com/apache/nuttx/pull/15951

   ## Summary
   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.
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to