mirror of
https://github.com/espressif/openthread.git
synced 2026-07-24 13:04:07 +00:00
Increase local buf for version. (#1630)
This commit is contained in:
@@ -1505,7 +1505,7 @@ exit:
|
||||
|
||||
ThreadError NcpBase::OutboundFrameFeedVPacked(const char *pack_format, va_list args)
|
||||
{
|
||||
uint8_t buf[64];
|
||||
uint8_t buf[96];
|
||||
ThreadError errorCode = kThreadError_NoBufs;
|
||||
spinel_ssize_t packed_len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user