mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 07:10:08 +00:00
Fix otSendMacDataRequest API (#1521)
* Fix otSendMacDataRequest API * Add otSendMacDataRequest declaration to API headers * Move otSendMacDataRequest from thread to link API * Update otSendMacDataRequest to otLinkSendDataRequest
This commit is contained in:
@@ -1366,7 +1366,7 @@ otIsDiscoverInProgress(
|
||||
OTAPI
|
||||
ThreadError
|
||||
OTCALL
|
||||
otSendMacDataRequest(
|
||||
otLinkSendDataRequest(
|
||||
_In_ otInstance *aInstance
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user