xiaoxiang781216 commented on a change in pull request #572: URL: https://github.com/apache/incubator-nuttx-apps/pull/572#discussion_r565195330
########## File path: nshlib/nsh_printf.c ########## @@ -84,7 +87,34 @@ int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { case 'x': Review comment: should we use something like this for multiple char: printf \x12 \x34 \x56 \x78 from https://wiki.bash-hackers.org/commands/builtin/printf: one /x should generate one byte output. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org