summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/recorder/powermgmt-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/recorder/powermgmt-recorder.c')
-rw-r--r--firmware/target/sh/archos/recorder/powermgmt-recorder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/sh/archos/recorder/powermgmt-recorder.c b/firmware/target/sh/archos/recorder/powermgmt-recorder.c
index 1e78b8d155..ca6067a4cc 100644
--- a/firmware/target/sh/archos/recorder/powermgmt-recorder.c
+++ b/firmware/target/sh/archos/recorder/powermgmt-recorder.c
@@ -85,8 +85,8 @@ static int wrcount = 0;
85 */ 85 */
86int long_delta; /* long term delta battery voltage */ 86int long_delta; /* long term delta battery voltage */
87int short_delta; /* short term delta battery voltage */ 87int short_delta; /* short term delta battery voltage */
88bool disk_activity_last_cycle = false; /* flag set to aid charger time 88static bool disk_activity_last_cycle = false; /* flag set to aid charger time
89 * calculation */ 89 * calculation */
90char power_message[POWER_MESSAGE_LEN] = ""; /* message that's shown in 90char power_message[POWER_MESSAGE_LEN] = ""; /* message that's shown in
91 debug menu */ 91 debug menu */
92 /* percentage at which charging 92 /* percentage at which charging