trezorhal: remove USE_DEVICE_MODE

This commit is contained in:
Jan Pochyla 2017-03-07 19:06:38 +01:00
parent 433bc8138b
commit e793870082
1 changed files with 0 additions and 1 deletions

View File

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