blob: 9829bf707dfe096fd0744c0d630016672c5f767d [file] [log] [blame]
Paul Sokolovskyef181022014-01-03 03:06:25 +02001// 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