Fixed typo in comms.h

This commit is contained in:
Thulinma 2020-07-30 17:53:21 +02:00
parent cfe85b41f0
commit 35b526bfe7

View file

@ -23,7 +23,7 @@
}\ }\
if ((comm.getTimer(id) & 0x7F) <= 124){\ if ((comm.getTimer(id) & 0x7F) <= 124){\
if ((comm.getTimer(id) & 0x7F) == 124){\ if ((comm.getTimer(id) & 0x7F) == 124){\
HIGH_MSG("Timeout occured for entry %zu, ignoring further timeout", id); \ HIGH_MSG("Timeout occurred for entry %zu, ignoring further timeout", id); \
}\ }\
comm.setTimer(comm.getTimer(id) + 1, id); \ comm.setTimer(comm.getTimer(id) + 1, id); \
}\ }\