Add FeliCa to emulation capabilities

This commit is contained in:
Romuald Conty 2010-10-12 09:44:39 +00:00
parent c67d915250
commit b333a4b1cf
3 changed files with 33 additions and 4 deletions

View file

@ -152,7 +152,7 @@ bool pn53x_TgInitAsTarget (nfc_device_t * pnd, nfc_target_mode_t ntm,
const byte_t * pbtMifareParams,
const byte_t * pbtFeliCaParams,
const byte_t * pbtNFCID3t, const byte_t * pbtGB, const size_t szGB,
byte_t * pbtRx, size_t * pszRxLen);
byte_t * pbtRx, size_t * pszRxLen, byte_t * pbtModeByte);
#endif // __NFC_CHIPS_PN53X_H__