mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-22 16:09:01 +08:00
NSH: Correct an error in conditional compilation
This commit is contained in:

committed by
Gregory Nutt

parent
c13b9e6a51
commit
3b820bbc78
@@ -639,7 +639,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NSH_HAVE_CPULOAD 1
|
#define NSH_HAVE_CPULOAD 1
|
||||||
#if !defined(CONFIG_FS_PROCFS) || !defined(CONFIG_FS_PROCFS_EXCLUDE_CPULOAD) || \
|
#if !defined(CONFIG_FS_PROCFS) || defined(CONFIG_FS_PROCFS_EXCLUDE_CPULOAD) || \
|
||||||
!defined(CONFIG_SCHED_CPULOAD) || defined(CONFIG_NSH_DISABLE_PS)
|
!defined(CONFIG_SCHED_CPULOAD) || defined(CONFIG_NSH_DISABLE_PS)
|
||||||
# undef NSH_HAVE_CPULOAD
|
# undef NSH_HAVE_CPULOAD
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user