xiaoxiang781216 commented on code in PR #3093: URL: https://github.com/apache/nuttx-apps/pull/3093#discussion_r2147410900
########## system/fastboot/fastboot.c: ########## @@ -156,6 +157,8 @@ struct fastboot_cmd_s FAR const char *arg); }; +typedef void (*memdump_print_t)(FAR void *, FAR char *); Review Comment: let's create a new patch to add `const` for `FAR char *` -- 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