[windows] remove unsupported platform (#3878)

This commit is contained in:
Kamil Sroka
2019-06-06 20:55:18 +02:00
committed by Jonathan Hui
parent e482edb0f1
commit c14cc60962
305 changed files with 1125 additions and 45292 deletions
+1 -3
View File
@@ -31,8 +31,6 @@
* This file implements the OpenThread Thread API (for both FTD and MTD).
*/
#define WPP_NAME "thread_api.tmh"
#include "openthread-core-config.h"
#include <openthread/thread.h>
@@ -183,7 +181,7 @@ exit:
return error;
}
const otIp6Address *OTCALL otThreadGetRloc(otInstance *aInstance)
const otIp6Address *otThreadGetRloc(otInstance *aInstance)
{
Instance &instance = *static_cast<Instance *>(aInstance);