Browse Source

Updated corresponding to - GITHUB_CODE_DROP

nxf24591 2 years ago
parent
commit
767acc6b4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nfc/common.h

+ 1 - 1
nfc/common.h

@@ -57,7 +57,7 @@
 #define MAX_RETRY_COUNT			(3)
 #define MAX_WRITE_IRQ_COUNT		(5)
 #define MAX_IRQ_WAIT_TIME		(90)
-#define WAKEUP_SRC_TIMEOUT		(2000)
+#define WAKEUP_SRC_TIMEOUT		(100)
 
 /* command response timeout */
 #define NCI_CMD_RSP_TIMEOUT_MS		(2000)