1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 05:28:17 +00:00
trezor-firmware/embed/extmod/modtrezorio/unix-sbu-mock.h

17 lines
217 B
C
Raw Normal View History

2017-09-07 21:50:57 +00:00
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include "../../trezorhal/sbu.h"
void sbu_init(void)
2017-09-07 21:50:57 +00:00
{
}
void sbu_set(bool sbu1, bool sbu2)
{
}