1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00
trezor-firmware/micropython/extmod/modtrezorconfig/norcow_config.h
2017-02-06 15:40:25 +01:00

5 lines
86 B
C

#ifdef UNIX
#define NORCOW_UNIX 1
#define NORCOW_FILE "/var/tmp/trezor.config"
#endif