apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
664 stars 384 forks source link

nimble/transport: Fix undeclared function 'min' warning #1785

Closed guy-m closed 1 month ago

guy-m commented 1 month ago

Fix build warning generated with llvm based compilers on a call to undeclared function 'min'.

guy-m commented 1 month ago

@sjanc Yes. I agree. That way we can avoid adding these definitions (and others) in multiple c files.