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

pull/25/head
Pavol Rusnak 7 years ago
parent ec6c3c2cdc
commit 4002ef2a49
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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)

@ -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__)

Loading…
Cancel
Save