[python] Fix min/max functions.

This commit is contained in:
Léa Saviot
2017-12-08 10:54:05 +01:00
committed by Ecco
parent 8c37e8a6d0
commit 2a0bc95097
2 changed files with 3 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ Q(copysign)
Q(cos)
Q(cosh)
Q(count)
Q(default)
Q(degrees)
Q(dict)
Q(dict_view)
@@ -208,8 +209,10 @@ Q(lower)
Q(lstrip)
Q(map)
Q(math)
Q(max)
Q(maximum recursion depth exceeded)
Q(micropython)
Q(min)
Q(modf)
Q(module)
Q(next)

View File

@@ -40,7 +40,6 @@
#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)