From 3537397f3650d2b999da04b45d64cd7c14f90e66 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 29 Jun 2009 18:48:17 +0000 Subject: Protect CURRENT_REMOTE define with an ifndef. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21567 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/powermgmt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index e691e1b10b..c5b137cab4 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -99,7 +99,9 @@ extern unsigned int power_thread_inputs; #endif #ifdef HAVE_REMOTE_LCD +#ifndef CURRENT_REMOTE #define CURRENT_REMOTE 1 /* additional current when remote connected */ +#endif /* CURRENT_REMOTE */ #endif /* HAVE_REMOTE_LCD */ #if CONFIG_CHARGING -- cgit v1.2.3