firmware, unix: return cpython compatibility (needed for __class__ and __dict__)

This commit is contained in:
Pavol Rusnak 2017-11-21 15:35:46 +01:00
parent ec6c3c2cdc
commit 4002ef2a49
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 0 additions and 4 deletions

View File

@ -33,7 +33,6 @@
// stuff from py/mpconfig.h
#define MICROPY_ENABLE_COMPILER (0)
#define MICROPY_CPYTHON_COMPAT (0)
// frozen modules
#define MICROPY_MODULE_FROZEN_MPY (1)

View File

@ -26,9 +26,6 @@
// options to control how MicroPython is built
// stuff from py/mpconfig.h
#define MICROPY_CPYTHON_COMPAT (0)
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
#define MICROPY_PERSISTENT_CODE_LOAD (1)
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)