Junbo-Zheng opened a new pull request, #2162: URL: https://github.com/apache/nuttx-apps/pull/2162
## Summary Since the output format will be messed up with a size of GB. Signed-off-by: Junbo Zheng <[email protected]> ## Impact ## Testing correct before ``` ap> ls -l /dev: brw-rw-rw- 0 0314572800 app dr--r--r-- 0 0 0 audio/ crw-rw-rw- 0 0 0 buttons crw-rw-rw- 0 0 0 console brw-rw-rw- 0 0104857600 coredump crw-rw-rw- 0 0 0 crypto brw-rw-rw- 0 02214592512 data ``` correct after ``` ap> ls -l /dev: brw-rw-rw- 0 0 314572800 app dr--r--r-- 0 0 0 audio/ crw-rw-rw- 0 0 0 buttons crw-rw-rw- 0 0 0 console brw-rw-rw- 0 0 104857600 coredump crw-rw-rw- 0 0 0 crypto brw-rw-rw- 0 0 2214592512 data ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
