summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-19 15:23:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-19 15:23:14 +0000
commit5dd740d17896d45a275712b6c27b6117fe918f25 (patch)
tree041003d0be9211a8f95ed8d267e6fc6238d26b8e /nuttx
parentd2494931def4eee53cde45ea1829d63b19ad3e2e (diff)
downloadpx4-nuttx-5dd740d17896d45a275712b6c27b6117fe918f25.tar.gz
px4-nuttx-5dd740d17896d45a275712b6c27b6117fe918f25.tar.bz2
px4-nuttx-5dd740d17896d45a275712b6c27b6117fe918f25.zip
Use cstdio vs stdio.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1710 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/examples/helloxx/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/helloxx/main.cxx b/nuttx/examples/helloxx/main.cxx
index 9652758c3..7f8230c4a 100755
--- a/nuttx/examples/helloxx/main.cxx
+++ b/nuttx/examples/helloxx/main.cxx
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
#include <nuttx/init.h>
-#include <stdio.h>
+#include <cstdio>
#include <debug.h>
//***************************************************************************