diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-29 16:31:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-29 16:31:44 +0000 |
commit | f6e46bac2e7d9a62b54deac25b09b7f26bee40b1 (patch) | |
tree | 67685af0ddff5c6d70b0d142d4aba0f1103cd5c0 /src/include/ch.h | |
parent | f82ab2d27e3ffa201f9ab547a5750caf4b6c6c0e (diff) | |
download | ChibiOS-f6e46bac2e7d9a62b54deac25b09b7f26bee40b1.tar.gz ChibiOS-f6e46bac2e7d9a62b54deac25b09b7f26bee40b1.tar.bz2 ChibiOS-f6e46bac2e7d9a62b54deac25b09b7f26bee40b1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@120 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index 1102f4013..0ef78fbf4 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -25,6 +25,8 @@ #ifndef _CH_H_
#define _CH_H_
+#define _CHIBIOS_RT_
+
#ifndef __DOXIGEN__
#ifndef _CHCONF_H_
#include <chconf.h>
|