summaryrefslogtreecommitdiffstatshomepage
path: root/py/defaultconfig.h
blob: 9829bf707dfe096fd0744c0d630016672c5f767d (plain) (blame)
1
2
3
4
5
6
7
// 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