From e82e897bd90e2356199e304ea4fcad6e3718d6a2 Mon Sep 17 00:00:00 2001 From: Audrey Diacre Date: Tue, 3 May 2011 12:24:33 +0000 Subject: [PATCH] pn53x: oups, fix typo. --- libnfc/chips/pn53x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index ffe1c94..ef91ad7 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -1380,7 +1380,7 @@ pn53x_SetParameters (nfc_device_t * pnd, const uint8_t ui8Value) } /* - t *ypedef enum { + typedef enum { NORMAL = 0x01, VIRTUAL_CARD = 0x02, WIRED_MODE = 0x03,