Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32/main: Make thread and FS state static and exclude when not needed.
Without the static qualifier these objects will be kept by the linker even if they are unused. So this patch saves some RAM when these features are unused by a board.
- Loading branch information