Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
ef18102b9ec9634653fd4a8286990e9e21ce2ae0
/
.
/
py
/
defaultconfig.h
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