nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t
This commit is contained in:
parent
584a18ec11
commit
979430ecd1
10 changed files with 47 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue