mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
[nrf528xx] fix typo of return value in otPlatSpiSlavePrepareTransaction (#5682)
This commit is contained in:
@@ -179,7 +179,7 @@ otError otPlatSpiSlavePrepareTransaction(uint8_t *aOutputBuf,
|
||||
assert(sCompleteCallback != NULL);
|
||||
|
||||
otEXPECT_ACTION(((semaphore_status != NRF_SPIS_SEMSTAT_SPIS) && (semaphore_status != NRF_SPIS_SEMSTAT_CPUPENDING)),
|
||||
error = OT_ERROR_BUSY);
|
||||
result = OT_ERROR_BUSY);
|
||||
|
||||
if (aOutputBuf != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user