diff options
-rw-r--r-- | firmware/target/hosted/agptek/button-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/agptek/button-target.h b/firmware/target/hosted/agptek/button-target.h index b08c055895..e13891a554 100644 --- a/firmware/target/hosted/agptek/button-target.h +++ b/firmware/target/hosted/agptek/button-target.h | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | /* Software power-off */ | 38 | /* Software power-off */ |
39 | #define POWEROFF_BUTTON BUTTON_POWER | 39 | #define POWEROFF_BUTTON BUTTON_POWER |
40 | #define POWEROFF_COUNT 10 | 40 | #define POWEROFF_COUNT 25 |
41 | 41 | ||
42 | #endif /* _BUTTON_TARGET_H_ */ | 42 | #endif /* _BUTTON_TARGET_H_ */ |
43 | 43 | ||