summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-11 20:17:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-11 20:17:21 +0100
commit8625fa013eb7b835215d7089ae8f182e47b04136 (patch)
tree26b566c06a8943848177abd29614c39e52c7e23a /src/system.h
parent5e9d724804b45bbb7f5acc58f8cf7befa33bf141 (diff)
Show timeout message when contact is lost during flashing
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 3cb74b0..870ec35 100644
--- a/src/system.h
+++ b/src/system.h
@@ -75,6 +75,8 @@ class System {
* whenever the system is woken up by an interrupt.
*/
void loop(void);
+
+ void handleTimeout(void);
};
extern System rocket;