Rename stm32_nsh.c to stm32_appinit.c with is a more appropriate name

This commit is contained in:
Gregory Nutt 2016-03-25 15:20:33 -06:00
parent 9da88b9b83
commit 075d84b954
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 <gnutt@nuttx.org>