summaryrefslogtreecommitdiff
path: root/common/extpower_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/extpower_usb.c')
-rw-r--r--common/extpower_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/extpower_usb.c b/common/extpower_usb.c
index 927f6374c8..9389e68cbf 100644
--- a/common/extpower_usb.c
+++ b/common/extpower_usb.c
@@ -70,7 +70,7 @@ enum ilim_config {
#define PWM_CTRL_MAX_DUTY 96 /* Minimum current for dead battery */
#define PWM_CTRL_BEGIN_OFFSET 90
#define PWM_CTRL_OC_MARGIN 15
-#define PWM_CTRL_OC_DETECT_TIME (800 * MSEC)
+#define PWM_CTRL_OC_DETECT_TIME (1200 * MSEC)
#define PWM_CTRL_OC_BACK_OFF 3
#define PWM_CTRL_OC_RETRY 2
#define PWM_CTRL_STEP_DOWN 3