From f81ce592e5a48c95a0c125a73092217c53014874 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 20 Jun 2009 14:29:21 +0000 Subject: Enable charging on the Sansa Fuze (charging/discharging curves are still uncalibrated) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21394 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fuze.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-fuze.h') diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h index a30f95e5b0..c8fae9aca9 100644 --- a/firmware/export/config-fuze.h +++ b/firmware/export/config-fuze.h @@ -148,8 +148,8 @@ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -/* Hardware controlled charging? FIXME */ -#define CONFIG_CHARGING CHARGING_SIMPLE +/* Charging implemented in a target-specific algorithm */ +#define CONFIG_CHARGING CHARGING_TARGET /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER -- cgit v1.2.3