summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkconfig.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-16 15:15:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-16 15:15:30 +0000
commit25ffc19dc6757e32685151818c4b25c73f179a70 (patch)
treed58a1e10021b86e62947ee561ead396e46e5d97d /nuttx/tools/mkconfig.c
parentf9586294555a0555476179b66c9df4c29e06dd48 (diff)
downloadpx4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.tar.gz
px4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.tar.bz2
px4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2751 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/mkconfig.c')
-rw-r--r--nuttx/tools/mkconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/tools/mkconfig.c b/nuttx/tools/mkconfig.c
index efaa29a21..1569daf85 100644
--- a/nuttx/tools/mkconfig.c
+++ b/nuttx/tools/mkconfig.c
@@ -1,7 +1,7 @@
/****************************************************************************
* tools/mkconfig.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -337,6 +337,7 @@ int main(int argc, char **argv, char **envp)
printf("# undef CONFIG_DEBUG_NET\n");
printf("# undef CONFIG_DEBUG_USB\n");
printf("# undef CONFIG_DEBUG_GRAPHICS\n");
+ printf("# undef CONFIG_DEBUG_GPIO\n");
printf("#endif\n\n");
printf("#endif /* __ARCH_CONFIG_H */\n");
fclose(stream);