mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
e880bc9a71
fs/procfs/fs_procfs.c contained an unused reference to an STM32 procfs structure. This is wrong in two ways: (1) There should be not STM32 references outside of arch/arm and boards/arm and (2) the declare STM32 structure is not used anyway.