summaryrefslogtreecommitdiff
path: root/flash/bootbox/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootbox/main.c')
-rw-r--r--flash/bootbox/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index f53a5edda2..e4be785beb 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -75,7 +75,7 @@ static void charging_screen(void)
75 75
76 do 76 do
77 { 77 {
78#if CONFIG_CHARGING == CHARGING_CONTROL 78#ifdef ARCHOS_RECORDER
79 if (charge_state == CHARGING) 79 if (charge_state == CHARGING)
80 msg = "charging"; 80 msg = "charging";
81 else if (charge_state == TOPOFF) 81 else if (charge_state == TOPOFF)
@@ -84,7 +84,6 @@ static void charging_screen(void)
84 msg = "trickle charge"; 84 msg = "trickle charge";
85 else 85 else
86 msg = "not charging"; 86 msg = "not charging";
87
88#else 87#else
89 msg = "charging"; 88 msg = "charging";
90#endif 89#endif