gustavonihei commented on code in PR #6135: URL: https://github.com/apache/incubator-nuttx/pull/6135#discussion_r863839060
########## sched/sched/sched_cpuload_period.c: ########## @@ -183,6 +192,37 @@ static bool nxsched_period_callback(FAR uint32_t *next_interval_us, return true; } +#ifdef CONFIG_PM +static void nxsched_period_pmnotify(struct pm_callback_s *cb, int domain, Review Comment: ```suggestion static void nxsched_period_pmnotify(FAR struct pm_callback_s *cb, int domain, ``` `FAR` is required here, since this file is common to all targets. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org