dbgmesh: Don't exit while no key is pressed.
This commit is contained in:
parent
bb5092a5ee
commit
53bc25c0fa
|
@ -169,6 +169,8 @@ void m_time(void){
|
||||||
case BTN_UP:
|
case BTN_UP:
|
||||||
active=1;
|
active=1;
|
||||||
break;
|
break;
|
||||||
|
case BTN_NONE:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue