1
0
Fork 0
forked from len0rd/rockbox

Ondio: disk activity indication in USB mode, too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6020 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2005-02-19 14:45:34 +00:00
parent 2e429ff762
commit 7e1d36f35b
4 changed files with 24 additions and 3 deletions

View file

@ -40,6 +40,7 @@
#define ADC_BUTTON_ONOFF 3 /* the on/off button, high value if pressed */
#define ADC_BUTTON_ROW1 4 /* Used for scanning the keys, different
voltages for different keys */
#define ADC_USB_ACTIVE 5 /* USB bridge activity */
#define ADC_UNREG_POWER 7 /* Battery voltage */
#else