mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 18:12:54 -05:00
ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10a1e8a609
commit
0157c62418
4 changed files with 4 additions and 4 deletions
|
|
@ -124,7 +124,7 @@ bool dbg_ports(void)
|
|||
#ifdef ADC_ACCESSORY
|
||||
lcd_putsf(0, line++, "ACCESSORY: %d", adc_read(ADC_ACCESSORY));
|
||||
#endif
|
||||
#ifdef IPOD_VIDEO
|
||||
#if defined(IPOD_VIDEO) || defined(IPOD_NANO)
|
||||
lcd_putsf(0, line++, "4066_ISTAT: %d", adc_read(ADC_4066_ISTAT));
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue