summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-21 09:32:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-21 09:32:57 -0600
commitaaaacf612dc228a31282c0c1c015f116eb309cd8 (patch)
tree43b7b643f99ef133d1315e7affd193cfaeff2fae /nuttx/arch/arm/src/kl
parent650a85488872f2a2ca28969d9545b05fe99880db (diff)
downloadpx4-nuttx-aaaacf612dc228a31282c0c1c015f116eb309cd8.tar.gz
px4-nuttx-aaaacf612dc228a31282c0c1c015f116eb309cd8.tar.bz2
px4-nuttx-aaaacf612dc228a31282c0c1c015f116eb309cd8.zip
Straighten out issues about who calls C++ initializers with CXXTEST or HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
Diffstat (limited to 'nuttx/arch/arm/src/kl')
-rwxr-xr-xnuttx/arch/arm/src/kl/kl_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/kl/kl_spi.c b/nuttx/arch/arm/src/kl/kl_spi.c
index 11a75cb8e..26e914ab9 100755
--- a/nuttx/arch/arm/src/kl/kl_spi.c
+++ b/nuttx/arch/arm/src/kl/kl_spi.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * arch/arm/src/kl/kl_start.c
+ * arch/arm/src/kl/kl_spi.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>