Minor indentation fix.

This commit is contained in:
Romuald Conty 2010-07-23 12:48:30 +00:00
parent 7dd1053d03
commit 7eeb46ab68
2 changed files with 13 additions and 12 deletions

View file

@ -417,7 +417,8 @@ bool nfc_initiator_select_dep_target(const nfc_device_t* pnd, const nfc_modulati
* The NFC device will try to find the available passive tags. Some NFC devices are capable to emulate passive tags. The standards (ISO18092 and ECMA-340) describe the modulation that can be used for reader to passive communications. The chip needs to know with what kind of tag it is dealing with, therefore the initial modulation and speed (106, 212 or 424 kbps) should be supplied. * The NFC device will try to find the available passive tags. Some NFC devices are capable to emulate passive tags. The standards (ISO18092 and ECMA-340) describe the modulation that can be used for reader to passive communications. The chip needs to know with what kind of tag it is dealing with, therefore the initial modulation and speed (106, 212 or 424 kbps) should be supplied.
* @note For every initial modulation type there is a different collection of information returned (in nfc_target_info_t pointer pti) They all fit in the data-type which is called nfc_target_info_t. This is a union which contains the tag information that belongs to the according initial modulation type. * @note For every initial modulation type there is a different collection of information returned (in nfc_target_info_t pointer pti) They all fit in the data-type which is called nfc_target_info_t. This is a union which contains the tag information that belongs to the according initial modulation type.
*/ */
bool nfc_initiator_select_passive_target(const nfc_device_t* pnd, bool
nfc_initiator_select_passive_target(const nfc_device_t* pnd,
const nfc_modulation_t nmInitModulation, const nfc_modulation_t nmInitModulation,
const byte_t* pbtInitData, const size_t szInitDataLen, const byte_t* pbtInitData, const size_t szInitDataLen,
nfc_target_info_t* pnti) nfc_target_info_t* pnti)