Show DBOP in the e200v2's view IO ports menu.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-02-18 17:46:11 +00:00
parent 5e3b4fe3f8
commit 740e5a2ffe
2 changed files with 6 additions and 1 deletions

View file

@ -208,6 +208,11 @@ static short read_dbop(void)
return _dbop_din;
}
short button_dbop_data(void)
{
return _dbop_din;
}
/*
* Get button pressed from hardware
*/