summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 46f9d4df3f..cb9fb53fcb 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -164,7 +164,7 @@ void enable_trickle_charge(bool on)
164} 164}
165#endif /* HAVE_CHARGE_CTRL */ 165#endif /* HAVE_CHARGE_CTRL */
166 166
167static char power_stack[DEFAULT_STACK_SIZE]; 167static long power_stack[DEFAULT_STACK_SIZE/sizeof(long)];
168static const char power_thread_name[] = "power"; 168static const char power_thread_name[] = "power";
169 169
170static int poweroff_timeout = 0; 170static int poweroff_timeout = 0;