mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
afb28f0f97
This commit changes the `NcpSpi` class implementation such that SPI tx frame preparation always happens from the same task `mPrepareTxFrameTask` This ensures that the callbacks to base class `Ncp` are also invoked from the the same task (and not from the the task calling `OutboundFrameEnd()`).