1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

polishing

This commit is contained in:
cTn 2013-12-05 11:04:15 +01:00
parent ae6d902b88
commit 586e166ab7

View file

@ -63,6 +63,8 @@ GUI_control.prototype.interval_pause = function(name) {
return true;
}
}
return false;
};
// name = string
@ -82,6 +84,8 @@ GUI_control.prototype.interval_resume = function(name) {
return true;
}
}
return false;
};
// input = array of timers thats meant to be kept