From 1650e2ffbbd3943942d01aacb8c487c361df282a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 Mar 2016 14:36:24 +0100 Subject: System: Document handleTimeout --- src/system.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/system.h b/src/system.h index e5ba9ef..dcff642 100644 --- a/src/system.h +++ b/src/system.h @@ -77,6 +77,13 @@ class System { */ void loop(void); + /** + * Resets the modem receive state machine and loads the + * "Transmission error" message. Called by the Watchdog Timeout + * ISR when a transmission was started (2x START received) but not + * properly finished (that is, four seconds passed since the last + * received byte and END byte was receveid). + */ void handleTimeout(void); }; -- cgit v1.2.3