diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 22:10:11 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 22:10:11 -0800 |
| commit | 96e2c717fc9fa94ad6fd3784d1a9dd693efdb780 (patch) | |
| tree | e422ebebb9eca40f4426ab1ea3cd0787e62ef16e | |
| parent | fddc98858afb19b87a2ed65b4d2b301b3e1ce667 (diff) | |
Fix build
| -rw-r--r-- | ports/atmel-samd/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/mpconfigport.h b/ports/atmel-samd/mpconfigport.h index 12410b0be..86edc9039 100644 --- a/ports/atmel-samd/mpconfigport.h +++ b/ports/atmel-samd/mpconfigport.h @@ -192,7 +192,6 @@ typedef long mp_off_t; #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1) #define MICROPY_PY_SYS_EXC_INFO (1) // MICROPY_PY_UERRNO_LIST - Use the default -#define CIRCUITPY_DISPLAY_LIMIT (3) #endif #ifdef LONGINT_IMPL_NONE |
