summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
commit999c029f446203e0a77b01db03503d7ca6111558 (patch)
tree02eda7397f42f406d50d3317b2c2a9e3373051bc /nuttx
parent00b64ed8bb241b10737968a3518c929e329f9c37 (diff)
downloadnuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.gz
nuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.bz2
nuttx-999c029f446203e0a77b01db03503d7ca6111558.zip
Micro Python: Add logic to automatically download the Micro Python tarball at download
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/tools/cfgdefine.c2
-rw-r--r--nuttx/tools/cfgparser.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index c1a473630..80975b7aa 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -42,7 +42,7 @@
#include "cfgdefine.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/tools/cfgparser.c b/nuttx/tools/cfgparser.c
index 7c1c44ca0..8ac52a589 100644
--- a/nuttx/tools/cfgparser.c
+++ b/nuttx/tools/cfgparser.c
@@ -44,7 +44,7 @@
#include "cfgparser.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************