From 5129a37ec8100675da1ee9867177b99b59fbf74f Mon Sep 17 00:00:00 2001 From: Roel Verdult Date: Wed, 28 Jul 2010 12:56:40 +0000 Subject: [PATCH] fixed typo, missed closing bracket ;) --- libnfc/drivers/pn532_uart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/drivers/pn532_uart.c b/libnfc/drivers/pn532_uart.c index 99bfa28..a7480ac 100644 --- a/libnfc/drivers/pn532_uart.c +++ b/libnfc/drivers/pn532_uart.c @@ -300,6 +300,7 @@ pn532_uart_wakeup(const nfc_device_spec_t nds) #ifdef DEBUG PRINT_HEX("RX", abtRx,szRxLen); #endif + } } bool