diff --git a/micropython/firmware/mpconfigport.h b/micropython/firmware/mpconfigport.h index 7274d70b51..4ff5cb6e5a 100644 --- a/micropython/firmware/mpconfigport.h +++ b/micropython/firmware/mpconfigport.h @@ -155,7 +155,6 @@ static inline mp_uint_t disable_irq(void) { #define MP_STATE_PORT MP_STATE_VM #define MICROPY_PORT_ROOT_POINTERS -#define USE_DEVICE_MODE extern const struct _mp_obj_module_t mp_module_utime; extern const struct _mp_obj_module_t mp_module_TrezorConfig;