fpcmoc: Modify ctrl timeout to fix identify return failed

This commit is contained in:
steven.chen
2024-04-17 18:39:55 +08:00
committed by Marco Trevisan
parent c5def9a528
commit 093f2fc0a6

View File

@@ -21,7 +21,7 @@
#define FP_COMPONENT "fpcmoc" #define FP_COMPONENT "fpcmoc"
#define MAX_ENROLL_SAMPLES (25) #define MAX_ENROLL_SAMPLES (25)
#define CTRL_TIMEOUT (1000) #define CTRL_TIMEOUT (2000)
#define DATA_TIMEOUT (5000) #define DATA_TIMEOUT (5000)
/* Usb port setting */ /* Usb port setting */