masayuki2009 commented on pull request #4754: URL: https://github.com/apache/incubator-nuttx/pull/4754#issuecomment-989751797
@xiaoxiang781216 Hmm, the following commit has a problem with uSD card on Spresense. If I revert the commit locally, it works fine. ``` nsh> df Block Number Size Blocks Used Available Mounted on 16384 971908 5718 966190 /mnt/sd0 4096 1024 8 1016 /mnt/spif 0 0 0 0 /proc nsh> ls -l /mnt/sd0 /mnt/sd0: nsh: ls: stat failed: 22 ``` commit 635752389226ad005f52524a933acf864c1a1f8d Author: Xiang Xiao <xiaoxi...@xiaomi.com> Date: Mon Nov 1 12:40:51 2021 +0800 arch: Add _wchar_t typedef like other basic types Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org