aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/SIMIA32/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/ports/SIMIA32/chcore.c')
-rw-r--r--os/rt/ports/SIMIA32/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/ports/SIMIA32/chcore.c b/os/rt/ports/SIMIA32/chcore.c
index b4357dfc7..244e4c30f 100644
--- a/os/rt/ports/SIMIA32/chcore.c
+++ b/os/rt/ports/SIMIA32/chcore.c
@@ -58,7 +58,7 @@
* @param ntp the thread to be switched in
*/
__attribute__((used))
-static void __dummy(Thread *ntp, Thread *otp) {
+static void __dummy(thread_t *ntp, thread_t *otp) {
(void)ntp; (void)otp;
asm volatile (