Paul Sokolovsky | ef18102 | 2014-01-03 03:06:25 +0200 | [diff] [blame^] | 1 | // This file contains default configuration settings for MicroPython. |
2 | // You can override any of these options in mpconfig.h for your port. | ||||
3 | |||||
4 | // Whether to collect memory allocation stats | ||||
5 | #ifndef MICROPY_MEM_STATS | ||||
6 | #define MICROPY_MEM_STATS (1) | ||||
7 | #endif |