mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 23:15:15 +00:00
cppcheck fix
This commit is contained in:
parent
8a70ca9f0c
commit
ee6230854c
3 changed files with 2 additions and 2 deletions
|
|
@ -49,6 +49,7 @@ bool TaskManager::loop(System &system) {
|
|||
return ret;
|
||||
}
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void StatusFrame::drawStatusPage(Bitmap &bitmap) {
|
||||
int y = 0;
|
||||
for (Task *task : _tasks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue