This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 97221aa433b74889d0c4c46ee47f73895f2ee109
Author: likun17 <[email protected]>
AuthorDate: Fri Sep 20 17:06:02 2024 +0800

    uORB: DEBUG_UORB add LIBC_PRINT_EXTENSION dependency.
    
    Signed-off-by: likun17 <[email protected]>
---
 system/uorb/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/uorb/Kconfig b/system/uorb/Kconfig
index 6345f77b1..4a9ab9712 100644
--- a/system/uorb/Kconfig
+++ b/system/uorb/Kconfig
@@ -36,6 +36,7 @@ endif # UORB_TESTS
 
 config DEBUG_UORB
        bool "uorb debug output"
+       select LIBC_PRINT_EXTENSION
        default n
 
 if DEBUG_UORB

Reply via email to