aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ch.h')
-rw-r--r--src/include/ch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index 0ef78fbf4..be251415f 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -106,6 +106,7 @@
extern "C" {
#endif
void chSysInit(void);
+ void chSysTimerHandlerI(void);
#ifdef __cplusplus
}
#endif