From 7dc65518819f2b453fd2837e92c115592d8832ec Mon Sep 17 00:00:00 2001 From: Swarup Nayak Date: Mon, 13 Aug 2018 19:23:34 +0530 Subject: Feat : LWIP integration part1 Change-Id: Ia26c092d16579c6f845a021ba66bde106363883a Signed-off-by: Swarup Nayak --- src/framework/lib_common_mem/common_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/framework/lib_common_mem/common_api.c') 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; -- cgit 1.2.3-korg