mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-28 04:36:41 +00:00
nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t
This commit is contained in:
@@ -268,6 +268,7 @@ typedef enum {
|
||||
* @brief NFC baud rate enumeration
|
||||
*/
|
||||
typedef enum {
|
||||
NBR_UNDEFINED = 0,
|
||||
NBR_106,
|
||||
NBR_212,
|
||||
NBR_424,
|
||||
@@ -301,7 +302,7 @@ typedef struct {
|
||||
*/
|
||||
typedef struct {
|
||||
nfc_target_info_t nti;
|
||||
nfc_modulation_type_t nmt;
|
||||
nfc_modulation_t nm;
|
||||
} nfc_target_t;
|
||||
|
||||
// Reset struct alignment to default
|
||||
|
||||
Reference in New Issue
Block a user