mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user