From 8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f Mon Sep 17 00:00:00 2001 From: Robert Tsai Date: Tue, 24 May 2011 23:01:08 -0700 Subject: Guard some code by LOW_LEVEL_TRACES; see c1f33130d9d2100e6232f8f3c782949c75205be6 Change-Id: I8c2bd923d9dedf89c784199f03fba0e2cfc12009 --- Linux_x86/phDal4Nfc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Linux_x86') diff --git a/Linux_x86/phDal4Nfc.c b/Linux_x86/phDal4Nfc.c index bda22c5..de9136c 100644 --- a/Linux_x86/phDal4Nfc.c +++ b/Linux_x86/phDal4Nfc.c @@ -707,7 +707,9 @@ retry: else { i2c_error_count = 0; +#ifdef LOW_LEVEL_TRACES phOsalNfc_PrintData("Received buffer", (uint16_t)gReadWriteContext.nNbOfBytesRead, gReadWriteContext.pReadBuffer); +#endif DAL_DEBUG("Read ok. nbToRead=%d\n", gReadWriteContext.nNbOfBytesToRead); DAL_DEBUG("NbReallyRead=%d\n", gReadWriteContext.nNbOfBytesRead); DAL_PRINT("ReadBuff[]={ "); -- cgit v1.1