mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-02 04:18:20 +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
|