Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: Crash

Re: Crash

From: Johan Vromans <jvromans_at_squirrel.nl>
Date: Sat, 12 Apr 2003 22:47:02 +0200

"Mike Holden" <rockbox_at_mikeholden.uklinux.net> writes:

> Mike Holden said:
> I've looked at merging your patch, but it doesn't apply cleanly to the
> current CVS version.

Huh? I just applied it to my CVS tree (last updated earlier today) and
it went in smoothly.

I needed an additional change to get it to build correctly:

--- apps/debug_menu.c~ Thu Apr 10 13:25:02 2003
+++ apps/debug_menu.c Sat Apr 12 22:25:46 2003
_at__at_ -802,7 +802,7 _at__at_
                 lcd_clear_display();
 
 #ifdef HAVE_CHARGE_CTRL
- snprintf(buf, 30, "charge_state: %d", charge_state);
+ snprintf(buf, 30, "charge_state: %d", charger_status());
                 lcd_puts(0, 0, buf);
 
                 snprintf(buf, 30, "Cycle time: %d m", powermgmt_last_cycle_startstop_min);

-- Johan
Received on 2003-04-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy