Unbreak support of ACR122.

Only tested w/ a touchatag.
@yobibe: _NO_ LED support yet (OMG!)
This commit is contained in:
Romain Tartiere
2011-03-08 14:33:32 +00:00
parent 854f18be74
commit 61fa081cfe
3 changed files with 168 additions and 130 deletions

View File

@@ -54,6 +54,9 @@ const struct nfc_driver_t *nfc_drivers[] = {
# if defined (DRIVER_PN53X_USB_ENABLED)
&pn53x_usb_driver,
# endif /* DRIVER_PN53X_USB_ENABLED */
# if defined (DRIVER_ACR122_ENABLED)
&acr122_driver,
# endif /* DRIVER_ACR122_ENABLED */
# if defined (DRIVER_PN532_UART_ENABLED)
&pn532_uart_driver,
# endif /* DRIVER_PN532_UART_ENABLED */