Subversion Repositories freemyipod

Rev

Rev 598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 598 Rev 622
Line 78... Line 78...
78
}
78
}
79
 
79
 
80
/* milliamps */
80
/* milliamps */
81
int pmu_read_battery_current(void)
81
int pmu_read_battery_current(void)
82
{
82
{
83
    return pmu_read_adc(2);
83
    return -1;
84
}
84
}
85
 
85
 
86
void pmu_ldo_on_in_standby(unsigned int ldo, int onoff)
86
void pmu_ldo_on_in_standby(unsigned int ldo, int onoff)
87
{
87
{
88
    if (ldo < 4)
88
    if (ldo < 4)