mailer | 8 Jan 2012 02:51
Favicon

funman: r31628 - trunk/apps

Date: 2012-01-08 02:51:51 +0100 (Sun, 08 Jan 2012)
New Revision: 31628

Log Message:
fix cpp condition

Modified:
   trunk/apps/debug_menu.c

Modified: trunk/apps/debug_menu.c
===================================================================
--- trunk/apps/debug_menu.c	2012-01-08 01:44:08 UTC (rev 31627)
+++ trunk/apps/debug_menu.c	2012-01-08 01:51:51 UTC (rev 31628)
 <at>  <at>  -1126,7 +1126,7  <at>  <at> 
                     lcd_puts(0, line++, "T Battery: ?");
                 }

-#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
+#elif defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
                 static const char * const chrgstate_strings[] =
                 {
                     [CHARGE_STATE_DISABLED - CHARGE_STATE_DISABLED]= "Disabled",

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs


Gmane