Remove nfc-defines.h public header.
Use NULL instead of INVALID_DEVICE_INFO to know if device is valid. Make distcheck OK
This commit is contained in:
parent
9fccd11fc7
commit
aa8bb42d9f
27 changed files with 106 additions and 111 deletions
|
|
@ -24,6 +24,8 @@
|
|||
#include <stdio.h>
|
||||
#include <nfc.h>
|
||||
|
||||
#define MAX_FRAME_LEN 264
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
byte_t abtRecv[MAX_FRAME_LEN];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue