summaryrefslogtreecommitdiffstatshomepage
path: root/py/objfun.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-11-05 21:16:41 +0000
committerDamien George <damien.p.george@gmail.com>2014-11-05 21:16:41 +0000
commit7860c2a68acd1ccd28cb4bb87819487fd6966a9e (patch)
treec18a1aa3d44b4f3f4510e1ff19eac166f15007dd /py/objfun.c
parentbe8e99c7d4ac4d46069a358436a7036a3066d0a9 (diff)
downloadmicropython-7860c2a68acd1ccd28cb4bb87819487fd6966a9e.tar.gz
micropython-7860c2a68acd1ccd28cb4bb87819487fd6966a9e.zip
py: Fix some macros defines; cleanup some includes.
Diffstat (limited to 'py/objfun.c')
-rw-r--r--py/objfun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objfun.c b/py/objfun.c
index 3adf05e3b0..5f95a015bc 100644
--- a/py/objfun.c
+++ b/py/objfun.c
@@ -44,6 +44,7 @@
#if 0 // print debugging info
#define DEBUG_PRINT (1)
#else // don't print debugging info
+#define DEBUG_PRINT (0)
#define DEBUG_printf(...) (void)0
#endif