aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_zephyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_zephyr.h')
-rw-r--r--src/gos/gos_zephyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h
index ce57e131..4eb5c4e0 100644
--- a/src/gos/gos_zephyr.h
+++ b/src/gos/gos_zephyr.h
@@ -41,7 +41,7 @@ typedef struct k_sem gfxSem;
typedef struct k_mutex gfxMutex;
-typedef k_tid_t gfxThreadHandle;
+typedef k_tid_t gThread;
/*===========================================================================*/
/* Function declarations. */