diff options
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>
|