summaryrefslogtreecommitdiffstatshomepage
path: root/py/defaultconfig.h
diff options
context:
space:
mode:
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