Re: [PR] system/fastboot: add const for memdump_print_t [nuttx-apps]

2025-06-17 Thread via GitHub
Donny9 merged PR #3095: URL: https://github.com/apache/nuttx-apps/pull/3095 -- 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.ap

Re: [PR] system/fastboot: add const for memdump_print_t [nuttx-apps]

2025-06-17 Thread via GitHub
JianyuWang0623 commented on PR #3095: URL: https://github.com/apache/nuttx-apps/pull/3095#issuecomment-2980239981 @Donny9 Could you review this patch please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] system/fastboot: add const for memdump_print_t [nuttx-apps]

2025-06-14 Thread via GitHub
JianyuWang0623 opened a new pull request, #3095: URL: https://github.com/apache/nuttx-apps/pull/3095 ## Summary Add qualifier "const" to the declaration of `memdump_print_t`, the value of the 2nd argument will not be changed. ## Impact - system/fastboot ## Testing - CI