ccollins476ad opened a new pull request #1198: boot/split: Ensure conf loaded before status read URL: https://github.com/apache/mynewt-core/pull/1198 This removes the need for a manual call to `conf_load()` in `main()`, prior to the call to `split_app_go()` `split_app_go()` is the function which decides whether to boot into the second app or to proceed with the current one). This function requires that the configuration has been loaded, as the action it takes depends on the `split/status` config setting.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services