mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
powermgmt: Remove outdated defines
CHARGING_DEBUG_FILE is not referenced anywhere else so just remove the #ifdef block. Change-Id: Icf4bd4edb7d38bdc86477d7d1f4e7bf9cf697d31
This commit is contained in:
parent
34b7b715e8
commit
a6e90d2355
2 changed files with 2 additions and 8 deletions
|
|
@ -104,12 +104,6 @@ void powermgmt_init(void) INIT_ATTR;
|
|||
#endif
|
||||
#endif /* CONFIG_CHARGING */
|
||||
|
||||
#ifdef CHARGING_DEBUG_FILE
|
||||
#define POWERMGMT_DEBUG_STACK ((0x1000)/sizeof(long))
|
||||
#else
|
||||
#define POWERMGMT_DEBUG_STACK 0
|
||||
#endif
|
||||
|
||||
#ifndef BATT_AVE_SAMPLES
|
||||
/* slw filter constant unless otherwise specified */
|
||||
#define BATT_AVE_SAMPLES 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue