platforms: move CONFIG_FS_PROCFS_MAX_TASKS definition to cpuload.h

So it's used for both cases
This commit is contained in:
Beat Küng
2022-08-12 14:44:04 +02:00
committed by Daniel Agar
parent 70ec3493c5
commit ad222760dd
3 changed files with 10 additions and 4 deletions

View File

@@ -33,6 +33,12 @@
#pragma once
#include <board_config.h>
#ifndef CONFIG_FS_PROCFS_MAX_TASKS
#define CONFIG_FS_PROCFS_MAX_TASKS 64
#endif
#ifdef CONFIG_SCHED_INSTRUMENTATION
#include <sched.h>