1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/embed/extmod/modtrezorio/unix-sbu-mock.h
2017-09-07 23:50:57 +02:00

18 lines
230 B
C

/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include "../../trezorhal/sbu.h"
int sbu_init(void)
{
return 0;
}
void sbu_set(bool sbu1, bool sbu2)
{
}