1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

modtrezormsg: fix 4a359d2

This commit is contained in:
Jan Pochyla 2017-06-07 14:35:46 +02:00
parent 63e6e85a7c
commit ecefb1c0ef

View File

@ -45,6 +45,8 @@ void msg_init(void)
assert(b != -1); assert(b != -1);
} }
ssize_t msg_send(uint8_t iface, const uint8_t *buf, size_t len);
ssize_t msg_recv(uint8_t *iface, uint8_t *buf, size_t len) ssize_t msg_recv(uint8_t *iface, uint8_t *buf, size_t len)
{ {
struct sockaddr_in si; struct sockaddr_in si;