raiden00pl commented on code in PR #13551:
URL: https://github.com/apache/nuttx/pull/13551#discussion_r1768433608
##########
arch/x86_64/Kconfig:
##########
@@ -49,6 +49,22 @@ config ARCH_CHIP_X86_64_CUSTOM
endchoice
+if SCHED_BACKTRACE
+choice
+ prompt "Choose x86_64 unwinder"
+ default x86_64_UNWINDER_FRAME_POINTER
Review Comment:
```suggestion
default X86_64_UNWINDER_FRAME_POINTER
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]