Thread API cleanup.

This commit is contained in:
Jonathan Hui
2017-03-02 10:24:55 -08:00
parent 52497fa45c
commit 7f680552eb
21 changed files with 1865 additions and 1783 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void TestFuzz(uint32_t aSeconds)
// Start the Thread network
otLinkSetPanId(aInstance, (otPanId)0xFACE);
otIp6SetEnabled(aInstance, true);
otThreadStart(aInstance);
otThreadSetEnabled(aInstance, true);
uint32_t countRecv = 0;