aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/ch.h')
-rw-r--r--os/kernel/include/ch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h
index 0b5cea586..1237a3ae9 100644
--- a/os/kernel/include/ch.h
+++ b/os/kernel/include/ch.h
@@ -102,7 +102,7 @@
/* Forward declaration of the thread structure, it is used in most
modules.*/
-typedef struct Thread Thread;
+typedef struct thread thread_t;
/* Inclusion of all the kernel sub-headers.*/
#include "chconf.h"