Move otPlatUartEnable to CLI or NCP init functions. (#1359)

This commit is contained in:
Łukasz Duda
2017-02-22 18:18:24 +01:00
committed by Jonathan Hui
parent c1dc4f6aa9
commit fb49b6a222
7 changed files with 4 additions and 21 deletions
+2
View File
@@ -68,6 +68,8 @@ Uart::Uart(otInstance *aInstance):
mTxHead = 0;
mTxLength = 0;
mSendLength = 0;
otPlatUartEnable();
}
extern "C" void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength)