1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-15 12:29:13 +00:00
trezor-firmware/micropython/extmod/modtrezorconfig/norcow_config.h

11 lines
204 B
C
Raw Normal View History

2016-11-21 18:56:23 +00:00
#ifdef UNIX
#define NORCOW_UNIX 1
#define NORCOW_FILE "/var/tmp/trezor.config"
#endif
2017-03-30 18:50:50 +00:00
#ifdef STM32_HAL_H
#define NORCOW_STM 1
#define NORCOW_START_SECTOR 2
#define NORCOW_START_ADDRESS 0x08008000
#endif