1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

modtrezorio: fix missing includes

This commit is contained in:
Jan Pochyla 2017-08-15 17:57:14 +02:00
parent aae151a0ab
commit a15f6e3835

View File

@ -5,6 +5,9 @@
* see LICENSE file for details
*/
#include <string.h>
#include <unistd.h>
#if defined TREZOR_STM32
#include "usb.h"
#include "touch.h"