Skip to content
Snippets Groups Projects
Commit 1f315974 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Correct some procfs conditional compilation. From Bob Doiron

parent 9aef2435
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
#include <nuttx/fs/procfs.h>
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS)
#ifndef CONFIG_FS_PROCFS_EXCLUDE_CPULOAD
#if defined(CONFIG_SCHED_CPULOAD) && !defined(CONFIG_FS_PROCFS_EXCLUDE_CPULOAD)
/****************************************************************************
* Pre-processor Definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment