mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 09:58:27 +00:00
18 lines
230 B
C
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)
|
||
|
{
|
||
|
}
|