From 00be7469d6bd0810cfa65f4b935da5db6fac09d4 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 11 Sep 2004 09:06:58 +0000 Subject: prepared Ondio USB passthrough (but doesn't work yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5066 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/adc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/adc.h b/firmware/export/adc.h index cbc40e2662..966714cbbd 100644 --- a/firmware/export/adc.h +++ b/firmware/export/adc.h @@ -23,8 +23,7 @@ #ifdef HAVE_ONDIO_ADC -#define ADC_MMC_SWITCH 0 /* Battery voltage always reads 0x3FF due to - silly scaling */ +#define ADC_MMC_SWITCH 0 /* low values if MMC inserted */ #define ADC_USB_POWER 1 /* USB, reads 0x000 when USB is inserted */ #define ADC_BUTTON_OPTION 2 /* the option button, low value if pressed */ #define ADC_BUTTON_ONOFF 3 /* the on/off button, high value if pressed */ -- cgit v1.2.3