aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_zephyr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_zephyr.c')
-rw-r--r--src/gos/gos_zephyr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_zephyr.c b/src/gos/gos_zephyr.c
index 401d9f6a..82660c46 100644
--- a/src/gos/gos_zephyr.c
+++ b/src/gos/gos_zephyr.c
@@ -9,7 +9,7 @@
#if GFX_USE_OS_ZEPHYR
-systemticks_t gfxSystemTicks(void)
+gTicks gfxSystemTicks(void)
{
s32_t ms = k_uptime_get_32();
return CONFIG_SYS_CLOCK_TICKS_PER_SEC*ms/1000;