fixed typo, missed closing bracket ;)

This commit is contained in:
Roel Verdult 2010-07-28 12:56:40 +00:00
parent 20ed5e1a52
commit 5129a37ec8

View file

@ -301,6 +301,7 @@ pn532_uart_wakeup(const nfc_device_spec_t nds)
PRINT_HEX("RX", abtRx,szRxLen); PRINT_HEX("RX", abtRx,szRxLen);
#endif #endif
} }
}
bool bool
pn532_uart_check_communication(const nfc_device_spec_t nds) pn532_uart_check_communication(const nfc_device_spec_t nds)