diff options
| author | pohmelie | 2015-12-07 15:35:48 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-12-07 18:56:25 +0200 |
| commit | 354e688d8ebf78d34577db4b45388dede4954b8d (patch) | |
| tree | 9d1a8e55f3f38e025f292f30c4a29fdb0524e8fd /minimal | |
| parent | acc208418bb1fd1f37f64cdbddc6be7a8eaeb4b8 (diff) | |
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
Diffstat (limited to 'minimal')
| -rw-r--r-- | minimal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h index caa31d3bd..f24b51426 100644 --- a/minimal/mpconfigport.h +++ b/minimal/mpconfigport.h @@ -31,6 +31,7 @@ #define MICROPY_PY_BUILTINS_SET (0) #define MICROPY_PY_BUILTINS_SLICE (0) #define MICROPY_PY_BUILTINS_PROPERTY (0) +#define MICROPY_PY_BUILTINS_MIN_MAX (0) #define MICROPY_PY___FILE__ (0) #define MICROPY_PY_GC (0) #define MICROPY_PY_ARRAY (0) |
