[nrf528xx] fix typo of return value in otPlatSpiSlavePrepareTransaction (#5682)

This commit is contained in:
Yakun Xu
2020-10-22 08:21:00 -07:00
committed by GitHub
parent ff76aac3db
commit 3d189a10ce
@@ -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)
{