From 5a79b4e015366fa2ee7c06cf29b3237275db369a Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sat, 23 Sep 2006 17:47:54 +0000 Subject: Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when starting up on H10. Calibrated battery for H10 20GB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11036 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 90bd13e..2ceb24d 100644 --- a/apps/main.c +++ b/apps/main.c @@ -417,7 +417,7 @@ void init(void) settings_calc_config_sector(); -#if defined(SETTINGS_RESET) || (CONFIG_KEYPAD == IPOD_4G_PAD) +#if defined(SETTINGS_RESET) || (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IRIVER_H10_PAD) #ifdef SETTINGS_RESET /* Reset settings if holding the rec button. */ if ((button_status() & SETTINGS_RESET) == SETTINGS_RESET) -- cgit v1.1