summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-10 18:15:52 +0000
committerDave Chapman <dave@dchapman.com>2008-11-10 18:15:52 +0000
commit18118584769e8e1ecbf56bf4f3ff06922eabcfa7 (patch)
treee9f9d4c38027bb58ae1147976026b24cf52286bc /firmware/export/config-m200v4.h
parentb25f9033602cca2b772375d10e878e242d123fb2 (diff)
downloadrockbox-18118584769e8e1ecbf56bf4f3ff06922eabcfa7.tar.gz
rockbox-18118584769e8e1ecbf56bf4f3ff06922eabcfa7.zip
Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() as a method for detecting USB (this gives a false positive with USB wall chargers), and protect the definition of charger_inserted() with #if CONFIG_CHARGING.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index dc127a7df9..75ac137ffd 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -66,9 +66,6 @@
66#define CONFIG_RTC RTC_AS3525 66#define CONFIG_RTC RTC_AS3525
67#endif 67#endif
68 68
69/* Hardware controlled charging */
70#define CONFIG_CHARGING CHARGING_SIMPLE
71
72/* define this if you have RTC RAM available for settings */ 69/* define this if you have RTC RAM available for settings */
73//#define HAVE_RTC_RAM 70//#define HAVE_RTC_RAM
74 71