1
0
Fork 0
forked from len0rd/rockbox

Removed the LEFT key from dbg_ports() to be able to debug the analog key levels even for the LEFT key

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1980 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-08-26 10:06:33 +00:00
parent 354d3d9527
commit 446828b2fb

View file

@ -186,7 +186,6 @@ Menu dbg_ports(void)
switch(button)
{
case BUTTON_OFF:
case BUTTON_LEFT:
return MENU_OK;
}
}