chrysn opened a new pull request, #1950: URL: https://github.com/apache/mynewt-nimble/pull/1950
Updating RIOT OS [from Nimble 1.5.0 to 1.8.0](https://github.com/RIOT-OS/RIOT/pull/21108), I found that some assumptions were made on header contents that are not backed by the specs: * In a file using vnprintf, stdio.h was not included. * In several files, a min() function was used without being defined -- presumably it is defined in some variations of the included headers, but not in one where it would be guaranteed. The patches in this PR fix this; the implementation of min() was already present in several of the compilation units using the function, but not in all of them. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
