From 43079ea07f13a7631cd3c0e5993638235427a476 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 8 Oct 2004 17:45:52 +0000 Subject: multiple battery types prepared (CONFIG_BATTERY) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5227 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiofm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-ondiofm.h') diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index f7d9a8f33f..f7cff94f5e 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -22,6 +22,9 @@ /* Define this to the CPU frequency */ #define CPU_FREQ 12000000 +/* Type of mobile power */ +#define CONFIG_BATTERY BATT_3AAA_ALKALINE + /* Battery scale factor (measured from Jörg's FM) */ #define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ -- cgit v1.2.3