mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
5 lines
86 B
C
5 lines
86 B
C
#ifdef UNIX
|
|
#define NORCOW_UNIX 1
|
|
#define NORCOW_FILE "/var/tmp/trezor.config"
|
|
#endif
|