mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 12:41:37 +02:00
fix compile
This commit is contained in:
parent
a0a40be9a6
commit
76b5818f48
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class MonochromeDisplay {
|
||||||
|
|
||||||
for (uint8_t fld = 0; fld < 3; fld++) {
|
for (uint8_t fld = 0; fld < 3; fld++) {
|
||||||
pos = iv->getPosByChFld(CH0, list[fld],rec);
|
pos = iv->getPosByChFld(CH0, list[fld],rec);
|
||||||
int isprod = iv->isProducing(*mUtcTs,rec);
|
int isprod = iv->isProducing(*mUtcTs);
|
||||||
|
|
||||||
if(fld == 1)
|
if(fld == 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue