This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit ed746548ca857ad149433a90e7eb8ec44ad84522 Author: Xiang Xiao <[email protected]> AuthorDate: Sun May 3 20:52:13 2026 +0800 !testing/libc/scanftest: drop CONFIG_LIBC_LONG_LONG from help text CONFIG_LIBC_LONG_LONG has been removed; long long support is now unconditional. Signed-off-by: Xiang Xiao <[email protected]> --- testing/libc/scanftest/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/libc/scanftest/Kconfig b/testing/libc/scanftest/Kconfig index 33426dc97..92cc1c81b 100644 --- a/testing/libc/scanftest/Kconfig +++ b/testing/libc/scanftest/Kconfig @@ -11,8 +11,7 @@ config TESTING_SCANFTEST Enable sscanf() test For all tests to be successful, you need to enable - CONFIG_LIBC_FLOATINGPOINT, CONFIG_LIBC_LONG_LONG and - CONFIG_LIBC_SCANSET in addition. + CONFIG_LIBC_FLOATINGPOINT and CONFIG_LIBC_SCANSET in addition. if TESTING_SCANFTEST
