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
@@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_adc.c lpc17_dac.c lpc17_pwm.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)
CSRCS += lpc17_usbmsc.c
@@ -1,5 +1,5 @@
/****************************************************************************
* config/mbed/src/lpc17_nsh.c
* config/mbed/src/lpc17_appinit.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>