techpack: camera: Increase watchdog timeout

Change-Id: Iaba59cf443095191939fe2cc6b20364796e9929f
This commit is contained in:
Giovanni Ricca 2022-03-09 15:18:29 +01:00 committed by Giovanni Ricca
parent fbe0190768
commit 85b989e820
No known key found for this signature in database

View file

@ -14,7 +14,7 @@
#define CAM_REQ_MGR_MAX_LINKED_DEV 16
#define MAX_REQ_SLOTS 48
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT 1000
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT 5000
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT_DEFAULT 5000
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT_MAX 50000
#define CAM_REQ_MGR_SCHED_REQ_TIMEOUT 1000