From 35b526bfe74f44f1e398a0c4d282fe061567c7b5 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 30 Jul 2020 17:53:21 +0200 Subject: [PATCH] Fixed typo in comms.h --- lib/comms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/comms.h b/lib/comms.h index 1e603f3d..3235088f 100644 --- a/lib/comms.h +++ b/lib/comms.h @@ -23,7 +23,7 @@ }\ 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); \ }\