From 5889b4d89ce47e810a0dc498f291110489c3649b Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 10 Aug 2017 14:39:32 -1000 Subject: [PATCH] Updated NuttX submodule to upstream 7.21+ ==upstream Latest upstream. With PX4 contrib for Wide Char fix. cwchar:Use CONFIG_LIBC_WCHAR to only export the wc/mb functions When a build does not want to use wide or multibyte char CONFIG_LIBC_WCHAR is not set. Therefore we should to only export the wc/mb functions when defined. Regardless of the stat of CONFIG_LIBC_WCHAR the non mb/wc definitions such as mbstate_t, wint_t, wctype_t need to be exported. --- NuttX | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuttX b/NuttX index 5341017260..83aedb52f7 160000 --- a/NuttX +++ b/NuttX @@ -1 +1 @@ -Subproject commit 5341017260eaf7b25898eb697e7942eeaef0f13a +Subproject commit 83aedb52f762efcff0b23cf4c2161078745e836c