mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 10:03:49 +00:00
ARYGON driver works again and PN532_UART improved :)
drivers/pn532_uart: code clean up chips/pn53x: new fonction to build frames drivers/arygon: use the new way to drive UART (its far more stable)
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "nfc-internal.h"
|
||||
|
||||
#include <nfc/nfc-messages.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
nfc_device_desc_t *nfc_pick_device (void);
|
||||
|
||||
@@ -53,6 +54,9 @@ const struct nfc_driver_t *nfc_drivers[] = {
|
||||
# if defined (DRIVER_PN532_UART_ENABLED)
|
||||
&pn532_uart_driver,
|
||||
# endif /* DRIVER_PN532_UART_ENABLED */
|
||||
# if defined (DRIVER_ARYGON_ENABLED)
|
||||
&arygon_driver,
|
||||
# endif /* DRIVER_ARYGON_ENABLED */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user