diff options
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r-- | os/rt/include/ch.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index f26832e4d..5e67aa202 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -62,11 +62,8 @@ #define CH_KERNEL_PATCH 0
/** @} */
-/* Required forward declaration, knowledge of this type is required by all
- modules.*/
-typedef struct thread thread_t;
-
/* Core headers.*/
+#include "chsystypes.h"
#include "chtypes.h"
#include "chconf.h"
#include "chcore.h"
|