diff options
Diffstat (limited to 'firmware/target')
| -rw-r--r-- | firmware/target/hosted/filesystem-app.c | 2 | ||||
| -rw-r--r-- | firmware/target/sh/archos/recorder/powermgmt-recorder.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/hosted/filesystem-app.c b/firmware/target/hosted/filesystem-app.c index bcc880e..0c9943b 100644 --- a/firmware/target/hosted/filesystem-app.c +++ b/firmware/target/hosted/filesystem-app.c @@ -41,7 +41,7 @@ static const char rbhome[] = "/sdcard"; #elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) \ && !defined(__PCTOOL__) -const char *rbhome; +static const char *rbhome; #else /* YPR0, YPR1 */ static const char rbhome[] = HOME_DIR; diff --git a/firmware/target/sh/archos/recorder/powermgmt-recorder.c b/firmware/target/sh/archos/recorder/powermgmt-recorder.c index 1e78b8d..ca6067a 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; */ int long_delta; /* long term delta battery voltage */ int short_delta; /* short term delta battery voltage */ -bool disk_activity_last_cycle = false; /* flag set to aid charger time - * calculation */ +static bool disk_activity_last_cycle = false; /* flag set to aid charger time + * calculation */ char power_message[POWER_MESSAGE_LEN] = ""; /* message that's shown in debug menu */ /* percentage at which charging |