diff --git a/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_appinit.c b/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_appinit.c index 30d0629e517..ce76a4d883c 100644 --- a/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_appinit.c +++ b/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_appinit.c @@ -48,6 +48,12 @@ * Pre-processor Definitions ****************************************************************************/ +/* Define proc mountpoint in case procfs is used but nsh is not */ + +#ifndef CONFIG_NSH_PROC_MOUNTPOINT +#define CONFIG_NSH_PROC_MOUNTPOINT "/proc" +#endif + /**************************************************************************** * Public Functions ****************************************************************************/