1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

trezorhal: remove USE_DEVICE_MODE

This commit is contained in:
Jan Pochyla 2017-03-07 19:06:38 +01:00
parent 433bc8138b
commit e793870082

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;