michallenc opened a new pull request, #3097: URL: https://github.com/apache/nuttx-apps/pull/3097
## Summary Function `nxboot_progress` is located in `nxboot_main.c`, but this file is not compiled when NXboot is used as a library to an existing application and not as a bootloader. Therefore, the declaration of `nxboot_progress` function should be dependent on `NXBOOT_PROGRESS` config option. ## Impact Fixes NXboot compilation if used as a library without `nxboot_main.c` file. ## Testing Tested on samv7 custom board. Both bootloader and library now compiles and work as expected. -- 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