mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
turn on warnings and errors (#280)
This commit is contained in:
committed by
Jonathan Hui
parent
3b4bf8594e
commit
318fe4b415
@@ -55,6 +55,8 @@ extern "C" void otPlatUartSendDone(void)
|
||||
|
||||
extern "C" void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength)
|
||||
{
|
||||
(void)aBuf;
|
||||
(void)aBufLength;
|
||||
}
|
||||
|
||||
ThreadNetif sMockThreadNetif;
|
||||
|
||||
Reference in New Issue
Block a user