diff --git a/sched/sched/sched.h b/sched/sched/sched.h index 3735663895e..336e6b6bb8a 100644 --- a/sched/sched/sched.h +++ b/sched/sched/sched.h @@ -390,6 +390,7 @@ int nxsched_pause_cpu(FAR struct tcb_s *tcb); /* CPU load measurement support */ void weak_function nxsched_process_cpuload(void); +void weak_function nxsched_process_cpuload_ticks(uint32_t ticks); #endif /* Critical section monitor */