arch code shouldn't include sched/sched.h which violate the modular rule
Open
Area: Modularity
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
sched.h is an internal header file and then should be accessed only inside nuttx/sched folder.
`#include "sched/sched.h"` which spread around arch/ folder should be removed.
Contributor guide
Assessment
This issue has not been assessed yet.