diff options
author | Robert Tsai <robtsai@google.com> | 2011-05-24 23:01:08 -0700 |
---|---|---|
committer | Robert Tsai <robtsai@google.com> | 2011-05-24 23:01:08 -0700 |
commit | 8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f (patch) | |
tree | da2fcf4d8d02806c3eb74529b1ec5ad95850d1e4 | |
parent | c1f33130d9d2100e6232f8f3c782949c75205be6 (diff) | |
download | external_libnfc-nxp-8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f.zip external_libnfc-nxp-8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f.tar.gz external_libnfc-nxp-8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f.tar.bz2 |
Guard some code by LOW_LEVEL_TRACES; see c1f33130d9d2100e6232f8f3c782949c75205be6
Change-Id: I8c2bd923d9dedf89c784199f03fba0e2cfc12009
-rw-r--r-- | Linux_x86/phDal4Nfc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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[]={ "); |