mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-01 21:26:43 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user