diff --git a/configs/nucleo-l476rg/src/Makefile b/configs/nucleo-l476rg/src/Makefile index abc9483514a..8eec41c082d 100644 --- a/configs/nucleo-l476rg/src/Makefile +++ b/configs/nucleo-l476rg/src/Makefile @@ -63,7 +63,7 @@ endif endif ifeq ($(CONFIG_NSH_LIBRARY),y) -CSRCS += stm32_nsh.c +CSRCS += stm32_appinit.c endif include $(TOPDIR)/configs/Board.mk diff --git a/configs/nucleo-l476rg/src/stm32_nsh.c b/configs/nucleo-l476rg/src/stm32_appinit.c similarity index 99% rename from configs/nucleo-l476rg/src/stm32_nsh.c rename to configs/nucleo-l476rg/src/stm32_appinit.c index ac8104f68a1..0d417328839 100644 --- a/configs/nucleo-l476rg/src/stm32_nsh.c +++ b/configs/nucleo-l476rg/src/stm32_appinit.c @@ -1,5 +1,5 @@ /**************************************************************************** - * configs/nucleo-l476rg/src/stm32_nsh.c + * configs/nucleo-l476rg/src/stm32_appinit.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt