summaryrefslogtreecommitdiff
path: root/apps/platform/stm3240g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-23 14:14:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-23 14:14:01 -0600
commit8ee537c9dd4fa31f1226d90acdf08711fb218222 (patch)
treea0fb5260127e7a74c310d6202c75773f422d19b6 /apps/platform/stm3240g-eval
parentc1e7be57b41c9efa7ea62f7cb925c3c57debe83e (diff)
downloadpx4-nuttx-8ee537c9dd4fa31f1226d90acdf08711fb218222.tar.gz
px4-nuttx-8ee537c9dd4fa31f1226d90acdf08711fb218222.tar.bz2
px4-nuttx-8ee537c9dd4fa31f1226d90acdf08711fb218222.zip
Rename up_cxxinitialize.c to stm32_cxxinitialize.c
Diffstat (limited to 'apps/platform/stm3240g-eval')
-rw-r--r--apps/platform/stm3240g-eval/Make.defs2
-rw-r--r--apps/platform/stm3240g-eval/stm32_cxxinitialize.c (renamed from apps/platform/stm3240g-eval/up_cxxinitialize.c)4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/platform/stm3240g-eval/Make.defs b/apps/platform/stm3240g-eval/Make.defs
index c09fbba03..b86ca1aa2 100644
--- a/apps/platform/stm3240g-eval/Make.defs
+++ b/apps/platform/stm3240g-eval/Make.defs
@@ -36,5 +36,5 @@
# Add platform specific sources to ASRCS and CSRCS
ifeq ($(CONFIG_HAVE_CXX),y)
-CSRCS += up_cxxinitialize.c
+CSRCS += stm32_cxxinitialize.c
endif
diff --git a/apps/platform/stm3240g-eval/up_cxxinitialize.c b/apps/platform/stm3240g-eval/stm32_cxxinitialize.c
index 329e8a617..69362e117 100644
--- a/apps/platform/stm3240g-eval/up_cxxinitialize.c
+++ b/apps/platform/stm3240g-eval/stm32_cxxinitialize.c
@@ -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.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -48,7 +48,7 @@
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Debug ****************************************************************************/
/* Non-standard debug that may be enabled just for testing the static constructors */