From 9d64fc6fcf6ae28ca93cc255a4047f6de4fa4d56 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Jan 2015 10:49:20 -0600 Subject: [PATCH] Micro Python: Add logic to automatically download the Micro Python tarball at download --- tools/cfgdefine.c | 2 +- tools/cfgparser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cfgdefine.c b/tools/cfgdefine.c index c1a473630e..80975b7aae 100644 --- a/tools/cfgdefine.c +++ b/tools/cfgdefine.c @@ -42,7 +42,7 @@ #include "cfgdefine.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/tools/cfgparser.c b/tools/cfgparser.c index 7c1c44ca0e..8ac52a5890 100644 --- a/tools/cfgparser.c +++ b/tools/cfgparser.c @@ -44,7 +44,7 @@ #include "cfgparser.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /****************************************************************************