1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/embed/extmod/modtrezorio/unix-sbu-mock.h

17 lines
217 B
C

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