Add otPlatWakeHost() stub to kw41z. (#1800)

This commit is contained in:
Jonathan Hui
2017-05-22 13:46:47 -07:00
committed by GitHub
parent 24abf91f85
commit c40cc39e94
+5
View File
@@ -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.
}