dbgmesh: Don't exit while no key is pressed.

This commit is contained in:
Stefan `Sec` Zehl 2012-01-26 23:40:39 +01:00
parent bb5092a5ee
commit 53bc25c0fa
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ void m_time(void){
case BTN_UP:
active=1;
break;
case BTN_NONE:
break;
default:
return;
};