If the CPU load measurements are being driven by an external clock, then the prototype for sched_process_cpuload() must be available in include/nuttx/arch.h

This commit is contained in:
Gregory Nutt 2014-04-30 15:47:55 -06:00
parent 7614f7762e
commit c3a6acee18

View File

@ -48,6 +48,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <nuttx/arch.h>
#include <nuttx/timer.h>
#include <nuttx/clock.h>
#include <nuttx/kthread.h>