mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-04 02:56:33 +08:00

The PR https://github.com/apache/nuttx-apps/pull/2974 first moved it to `testing/sched/cpuload` and the Make.defs was adjusted accordingly. However, during the review process, it was moved to `system/cpuload` folder, but its Make.defs wasn't updated. This commit fixes it. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>