forked from len0rd/rockbox
added a silly stub for oscillograph to remove an #ifdef in the actual code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ab96fdf70
commit
b3438e8b68
1 changed files with 6 additions and 0 deletions
|
|
@ -194,3 +194,9 @@ int rtc_write(int address, int value)
|
|||
DEBUGF("write %x to address %x\n", value, address);
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool oscillograph(void)
|
||||
{
|
||||
/* does nothing */
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue