rocker: Increase the long-press shutdown delay a bit.

Change-Id: Ief64f3d39556efa7de7df32eb7613a29a466a02e
This commit is contained in:
Solomon Peachy 2020-09-28 20:07:44 -04:00
parent 466156f0b5
commit fd2e65e94d

View file

@ -37,7 +37,7 @@
/* Software power-off */
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 10
#define POWEROFF_COUNT 25
#endif /* _BUTTON_TARGET_H_ */