mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-25 17:27:18 +00:00
Taking care of review comments
This commit is contained in:
committed by
Joshua Jeyaraj
parent
f0e10f1452
commit
994b42e18e
@@ -150,7 +150,7 @@ ReturnStatus spi_reg_write(SPI_Handle spiHandle,
|
||||
spiTransaction.txBuf = data;
|
||||
spiTransaction.rxBuf = NULL;
|
||||
|
||||
if(data_size > 0){
|
||||
if(data_size > 0) {
|
||||
if (SPI_transfer(spiHandle, &spiTransaction)) {
|
||||
status = RETURN_OK;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user