nuttx/sched/clock
Xiang Xiao 1b04bfae20 sched: Remove the unnecessary weak_function
because not all compiler support the weak attribute, and
many features are either always used or guarded by config.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-30 09:42:24 +02:00
..
clock_abstime2ticks.c
clock_dow.c
clock_getres.c
clock_gettime.c
clock_initialize.c
clock_settime.c
clock_systime_ticks.c
clock_systime_timespec.c
clock_timekeeping.c clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00
clock_timekeeping.h clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00
clock.c
clock.h sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
Make.defs