Fixed typo in comms.h
This commit is contained in:
parent
cfe85b41f0
commit
35b526bfe7
1 changed files with 1 additions and 1 deletions
|
@ -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); \
|
||||||
}\
|
}\
|
||||||
|
|
Loading…
Add table
Reference in a new issue