Inform user if target UID can be emulated
New error: ETGUIDNOTSUP raised when UID is not 4 bytes long or does not start with 0x08 (Security restriction present in the NXP PN53x chips)
This commit is contained in:
parent
03963ef535
commit
0f8c23bddd
3 changed files with 24 additions and 14 deletions
16
configure.ac
16
configure.ac
|
|
@ -147,18 +147,18 @@ CFLAGS="$CFLAGS -std=c99"
|
|||
CFLAGS="$CFLAGS -Du_int8_t=uint8_t -Du_int16_t=uint16_t"
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Doxyfile
|
||||
Makefile
|
||||
cmake_modules/Makefile
|
||||
examples/Makefile
|
||||
include/Makefile
|
||||
include/nfc/Makefile
|
||||
libnfc/chips/Makefile
|
||||
libnfc/buses/Makefile
|
||||
libnfc/drivers/Makefile
|
||||
libnfc/Makefile
|
||||
examples/Makefile
|
||||
cmake_modules/Makefile
|
||||
test/Makefile
|
||||
libnfc.pc
|
||||
Doxyfile
|
||||
libnfc/Makefile
|
||||
libnfc/buses/Makefile
|
||||
libnfc/chips/Makefile
|
||||
libnfc/drivers/Makefile
|
||||
test/Makefile
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue