mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
11 lines
204 B
C
11 lines
204 B
C
#ifdef UNIX
|
|
#define NORCOW_UNIX 1
|
|
#define NORCOW_FILE "/var/tmp/trezor.config"
|
|
#endif
|
|
|
|
#ifdef STM32_HAL_H
|
|
#define NORCOW_STM 1
|
|
#define NORCOW_START_SECTOR 2
|
|
#define NORCOW_START_ADDRESS 0x08008000
|
|
#endif
|