mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
Add otPlatWakeHost() stub to kw41z. (#1800)
This commit is contained in:
@@ -85,3 +85,8 @@ void otPlatAssertFail(const char *aFilename, int aLineNumber)
|
||||
(void)aFilename;
|
||||
(void)aLineNumber;
|
||||
}
|
||||
|
||||
void otPlatWakeHost(void)
|
||||
{
|
||||
// TODO: implement an operation to wake the host from sleep state.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user