summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phDal4Nfc_i2c.c
diff options
context:
space:
mode:
authordaniel_Tomas <daniel.tomas@trusted-logic.com>2010-12-03 14:16:11 +0100
committerNick Pelly <npelly@google.com>2010-12-05 18:33:55 -0800
commit73fcd52e49db49449613035a3bce8b04d9890f72 (patch)
tree8f6fcd315a672af3a5910446cacc76a9cb64938c /Linux_x86/phDal4Nfc_i2c.c
parent143acf0b768ce3c2f61de2add5ca339479defd57 (diff)
downloadexternal_libnfc-nxp-73fcd52e49db49449613035a3bce8b04d9890f72.zip
external_libnfc-nxp-73fcd52e49db49449613035a3bce8b04d9890f72.tar.gz
external_libnfc-nxp-73fcd52e49db49449613035a3bce8b04d9890f72.tar.bz2
Fix to increase the stability of the Init/Deint action
Change-Id: I89e08ab079a6c0a83cd5a128ecfee2026411af15
Diffstat (limited to 'Linux_x86/phDal4Nfc_i2c.c')
-rw-r--r--Linux_x86/phDal4Nfc_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_x86/phDal4Nfc_i2c.c b/Linux_x86/phDal4Nfc_i2c.c
index 4f18ffc..667c1a0 100644
--- a/Linux_x86/phDal4Nfc_i2c.c
+++ b/Linux_x86/phDal4Nfc_i2c.c
@@ -252,7 +252,7 @@ int phDal4Nfc_i2c_reset(long level)
*/
if (level == 0) {
LOGW("sleeping a little longer...");
- usleep(10000);
+ usleep(50000);
} else {
usleep(10000);
}