diff options
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 2 |
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; |