Fix typo. Fix issue #377
This commit is contained in:
parent
e26fe912fd
commit
11bcf05a75
1 changed files with 2 additions and 2 deletions
|
@ -645,7 +645,7 @@ nfc_initiator_poll_target(nfc_device *pnd,
|
||||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||||
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
||||||
* @param nbr desired baud rate
|
* @param nbr desired baud rate
|
||||||
* @param ndiInitiator pointer \a nfc_dep_info struct that contains \e NFCID3 and \e General \e Bytes to set to the initiator device (optionnal, can be \e NULL)
|
* @param pndiInitiator pointer \a nfc_dep_info struct that contains \e NFCID3 and \e General \e Bytes to set to the initiator device (optionnal, can be \e NULL)
|
||||||
* @param[out] pnt is a \a nfc_target struct pointer where target information will be put.
|
* @param[out] pnt is a \a nfc_target struct pointer where target information will be put.
|
||||||
* @param timeout in milliseconds
|
* @param timeout in milliseconds
|
||||||
*
|
*
|
||||||
|
@ -673,7 +673,7 @@ nfc_initiator_select_dep_target(nfc_device *pnd,
|
||||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||||
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
||||||
* @param nbr desired baud rate
|
* @param nbr desired baud rate
|
||||||
* @param ndiInitiator pointer \a nfc_dep_info struct that contains \e NFCID3 and \e General \e Bytes to set to the initiator device (optionnal, can be \e NULL)
|
* @param pndiInitiator pointer \a nfc_dep_info struct that contains \e NFCID3 and \e General \e Bytes to set to the initiator device (optionnal, can be \e NULL)
|
||||||
* @param[out] pnt is a \a nfc_target struct pointer where target information will be put.
|
* @param[out] pnt is a \a nfc_target struct pointer where target information will be put.
|
||||||
* @param timeout in milliseconds
|
* @param timeout in milliseconds
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue