Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c

This commit is contained in:
Gregory Nutt
2016-02-04 12:03:09 -06:00
parent 7a72a42d47
commit 36bb11d77c
134 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ CSRCS += pic32mx_lcd1602.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32mx_nsh.c
CSRCS += pic32mx_appinit.c
endif
include $(TOPDIR)/configs/Board.mk
@@ -1,5 +1,5 @@
/****************************************************************************
* config/sure-pic32mx/src/pic32mx_nsh.c
* config/sure-pic32mx/src/pic32mx_appinit.c
*
* Copyright (C) 2011-2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>