mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
[coap] fix application coap retransmissions (#2264)
This commit is contained in:
committed by
Jonathan Hui
parent
5c32a2e44e
commit
e4d5cbf0c0
@@ -92,7 +92,7 @@ otInstance::otInstance(void) :
|
||||
mLinkRaw(*this),
|
||||
#endif // OPENTHREAD_ENABLE_RAW_LINK_API
|
||||
#if OPENTHREAD_ENABLE_APPLICATION_COAP
|
||||
mApplicationCoap(mThreadNetif),
|
||||
mApplicationCoap(*this),
|
||||
#endif // OPENTHREAD_ENABLE_APPLICATION_COAP
|
||||
#if OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL
|
||||
mLogLevel(static_cast<otLogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL)),
|
||||
|
||||
Reference in New Issue
Block a user