1
0
Fork 0
forked from len0rd/rockbox

Protect CURRENT_REMOTE define with an ifndef.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-06-29 18:48:17 +00:00
parent c5d3857715
commit 3537397f36

View file

@ -99,7 +99,9 @@ extern unsigned int power_thread_inputs;
#endif #endif
#ifdef HAVE_REMOTE_LCD #ifdef HAVE_REMOTE_LCD
#ifndef CURRENT_REMOTE
#define CURRENT_REMOTE 1 /* additional current when remote connected */ #define CURRENT_REMOTE 1 /* additional current when remote connected */
#endif /* CURRENT_REMOTE */
#endif /* HAVE_REMOTE_LCD */ #endif /* HAVE_REMOTE_LCD */
#if CONFIG_CHARGING #if CONFIG_CHARGING