Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call coap_startup() to remove warning
If coap_startup() is not called prior to any other coap_* function calls, a warning is emitted. ``` coap_startup() should be called before any other coap_*() functions are called ``` This proactively calls coap_startup() to ensure the library is initialized, even though coap_new_context() will do so implicitly. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
- Loading branch information