forked from len0rd/rockbox
Attempt fix to broken builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cdacab3d89
commit
bb164ee43f
2 changed files with 5 additions and 1 deletions
|
@ -652,7 +652,8 @@ static char* get_tag(struct wps_data* wps_data,
|
|||
strncpy(buf, "?h ?m", buf_size);
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_CHARGING
|
||||
case 'p': /* External power plugged in? */
|
||||
{
|
||||
if(charger_input_state==CHARGER)
|
||||
|
@ -660,6 +661,7 @@ static char* get_tag(struct wps_data* wps_data,
|
|||
else
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
#if defined(HAVE_CHARGE_CTRL) || \
|
||||
defined (HAVE_CHARGE_STATE) || \
|
||||
CONFIG_BATTERY == BATT_LIION2200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue