summaryrefslogtreecommitdiffstatshomepage
path: root/py/defaultconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-03 17:15:53 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-03 19:03:11 +0200
commitb372bfca21ccab593359ef25a0a0c6bf697c8586 (patch)
treea6802e0442c4ac83aa91beb04bac9f222641202b /py/defaultconfig.h
parentef18102b9ec9634653fd4a8286990e9e21ce2ae0 (diff)
downloadmicropython-b372bfca21ccab593359ef25a0a0c6bf697c8586.tar.gz
micropython-b372bfca21ccab593359ef25a0a0c6bf697c8586.zip
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
mpconfig.h will automatically pull mpconfigport.h.
Diffstat (limited to 'py/defaultconfig.h')
-rw-r--r--py/defaultconfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/py/defaultconfig.h b/py/defaultconfig.h
deleted file mode 100644
index 9829bf707d..0000000000
--- a/py/defaultconfig.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// This file contains default configuration settings for MicroPython.
-// You can override any of these options in mpconfig.h for your port.
-
-// Whether to collect memory allocation stats
-#ifndef MICROPY_MEM_STATS
-#define MICROPY_MEM_STATS (1)
-#endif