Correct some procfs conditional compilation. From Bob Doiron

This commit is contained in:
Gregory Nutt 2014-04-21 17:21:43 -06:00
parent 9aef2435d4
commit 1f31597466
1 changed files with 1 additions and 1 deletions

View File

@ -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