mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 13:50:28 +00:00
5920d44488
In order to avoid some race conditions, this change necessitated some minor changes to the SPI slave platform API. Specifically, the callback function now includes most of the arguments passed to `otPlatSpiSlavePrepareTransaction()`. This has not been tested outside of doing a simple compile test. Once we have a platform up and running we can iron out the bugs.