acr122_pcsc: fix log category

This commit is contained in:
Philippe Teuwen 2013-01-31 01:08:23 +01:00
parent f7010faf18
commit db8033622a

View file

@ -80,7 +80,7 @@
#define ACR122_PCSC_RESPONSE_LEN 268 #define ACR122_PCSC_RESPONSE_LEN 268
#define LOG_GROUP NFC_LOG_GROUP_DRIVER #define LOG_GROUP NFC_LOG_GROUP_DRIVER
#define LOG_CATEGORY "libnfc.driver.acr122" #define LOG_CATEGORY "libnfc.driver.acr122_pcsc"
// Internal data struct // Internal data struct
const struct pn53x_io acr122_pcsc_io; const struct pn53x_io acr122_pcsc_io;