Minor returns fixes.
This commit is contained in:
parent
eb86efa341
commit
008f2a8d4c
2 changed files with 1 additions and 2 deletions
|
@ -99,6 +99,7 @@ pn53x_reset_settings(nfc_device_t * pnd)
|
||||||
if (!pn53x_write_register (pnd, REG_CIU_BIT_FRAMING, SYMBOL_TX_LAST_BITS, 0x00)) {
|
if (!pn53x_write_register (pnd, REG_CIU_BIT_FRAMING, SYMBOL_TX_LAST_BITS, 0x00)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -269,7 +269,6 @@ nfc_initiator_init (nfc_device_t * pnd)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
HAL (initiator_init, pnd);
|
HAL (initiator_init, pnd);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -625,7 +624,6 @@ nfc_target_init (nfc_device_t * pnd, nfc_target_t * pnt, byte_t * pbtRx, size_t
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
HAL (target_init, pnd, pnt, pbtRx, pszRx);
|
HAL (target_init, pnd, pnt, pbtRx, pszRx);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO Document this function */
|
/* TODO Document this function */
|
||||||
|
|
Loading…
Add table
Reference in a new issue