mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 23:52:26 -05:00
Try to fix the case where Ipods would spuriously wake up even though no alarm had been set.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14885 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49a9e1ef35
commit
1ef5dadec5
3 changed files with 11 additions and 5 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef PCF50605_H
|
||||
#define PCF50605_H
|
||||
|
||||
extern unsigned char pcf50605_wakeup_flags;
|
||||
|
||||
int pcf50605_read(int address);
|
||||
int pcf50605_read_multiple(int address, unsigned char* buf, int count);
|
||||
int pcf50605_write(int address, unsigned char val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue