mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-19 13:25:11 +00:00
cppcheck update
This commit is contained in:
parent
fbb2071045
commit
5b2b9dfdd8
4 changed files with 0 additions and 21 deletions
|
|
@ -48,7 +48,6 @@ bool TaskManager::loop(System &system) {
|
|||
return ret;
|
||||
}
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void StatusFrame::drawStatusPage(Bitmap &bitmap) {
|
||||
int y = 0;
|
||||
for (Task const *const task : _tasks) {
|
||||
|
|
|
|||
|
|
@ -13,12 +13,10 @@ uint32_t Timer::getTriggerTimeInSec() const {
|
|||
return (_nextTimeout - millis()) / 1000;
|
||||
}
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
bool Timer::isActive() const {
|
||||
return _nextTimeout != 0;
|
||||
}
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void Timer::reset() {
|
||||
_nextTimeout = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue