blob: 9829bf707dfe096fd0744c0d630016672c5f767d [file] [log] [blame]
// 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