mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
polishing
This commit is contained in:
parent
ae6d902b88
commit
586e166ab7
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,8 @@ GUI_control.prototype.interval_pause = function(name) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
// name = string
|
// name = string
|
||||||
|
@ -82,6 +84,8 @@ GUI_control.prototype.interval_resume = function(name) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
// input = array of timers thats meant to be kept
|
// input = array of timers thats meant to be kept
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue