fix(openthread): set spinel frame buffer to member variables

This commit is contained in:
Xu Si Yu
2024-01-16 19:04:19 +08:00
parent d339120bed
commit f86a39ad87
9 changed files with 135 additions and 54 deletions

View File

@@ -195,6 +195,8 @@ private:
UartSpinelInterface &operator=(const UartSpinelInterface &);
esp_openthread_rcp_failure_handler mRcpFailureHandler;
ot::Spinel::FrameBuffer<kMaxFrameSize> encoder_buffer;
};
} // namespace openthread