aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/lib_common_mem/common_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/lib_common_mem/common_api.c')
-rw-r--r--src/framework/lib_common_mem/common_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/lib_common_mem/common_api.c b/src/framework/lib_common_mem/common_api.c
index b535ee6..566b8be 100644
--- a/src/framework/lib_common_mem/common_api.c
+++ b/src/framework/lib_common_mem/common_api.c
@@ -29,7 +29,7 @@ sys_sem_init_v2 (sys_sem_t_v2 sem)
/** Returns the current time in milliseconds,
* may be the same as sys_jiffies or at least based on it. */
-long
+u32_t
sys_now (void)
{
struct timespec now;