mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 04:10:38 +08:00
Rename up_cxxinitialize.c to stm32_cxxinitialize.c
This commit is contained in:
parent
0e060f5d2c
commit
7fccf7de1b
@ -36,5 +36,5 @@
|
|||||||
# Add platform specific sources to ASRCS and CSRCS
|
# Add platform specific sources to ASRCS and CSRCS
|
||||||
|
|
||||||
ifeq ($(CONFIG_HAVE_CXX),y)
|
ifeq ($(CONFIG_HAVE_CXX),y)
|
||||||
CSRCS += up_cxxinitialize.c
|
CSRCS += stm32_cxxinitialize.c
|
||||||
endif
|
endif
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* apps/platform/stm3240g-eval/src/up_cxxinitialize.c
|
* apps/platform/stm3240g-eval/src/stm32_cxxinitialize.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
|
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Definitions
|
* Pre-processor Definitions
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
/* Debug ****************************************************************************/
|
/* Debug ****************************************************************************/
|
||||||
/* Non-standard debug that may be enabled just for testing the static constructors */
|
/* Non-standard debug that may be enabled just for testing the static constructors */
|
Loading…
x
Reference in New Issue
Block a user