mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 22:18:13 +00:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef _BOARD_UNIX_H
|
|
#define _BOARD_UNIX_H
|
|
|
|
#include "display-unix.h"
|
|
|
|
#define USE_TOUCH 1
|
|
|
|
#endif //_BOARD_UNIX_H
|