diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-04 14:48:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-04 14:48:41 +0000 |
commit | bef9d20d8eb9186a4f03c397ae880be7cad7efe1 (patch) | |
tree | b8d0c31e8029a97469a2a7f83a1a6e99194ee19a /src/include/ch.h | |
parent | 443c9c7db609dd2ac895bd605837f1c028076ada (diff) | |
download | ChibiOS-bef9d20d8eb9186a4f03c397ae880be7cad7efe1.tar.gz ChibiOS-bef9d20d8eb9186a4f03c397ae880be7cad7efe1.tar.bz2 ChibiOS-bef9d20d8eb9186a4f03c397ae880be7cad7efe1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@126 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 1 |
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
|