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 2c2bb2f7c..dcb486626 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -27,6 +27,8 @@ #define _CHIBIOS_RT_
+struct Thread;
+
#ifndef __DOXIGEN__
#ifndef _CHCONF_H_
#include <chconf.h>
|