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 778ae8495b5b06f39e4187a18f5103da0acb5fdb
Author: likun17 <[email protected]>
AuthorDate: Fri Sep 20 18:10:56 2024 +0800

    monkey: monkey_log.c add LIBC_PRINT_EXTENSION dependency.
    
    Signed-off-by: likun17 <[email protected]>
---
 testing/monkey/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/monkey/Kconfig b/testing/monkey/Kconfig
index 6add92a05..10f511a85 100644
--- a/testing/monkey/Kconfig
+++ b/testing/monkey/Kconfig
@@ -7,6 +7,7 @@ menuconfig TESTING_MONKEY
        tristate "Monkey test"
        select UINPUT_TOUCH
        select UINPUT_BUTTONS
+       select LIBC_PRINT_EXTENSION
        default n
 
 if TESTING_MONKEY

Reply via email to