1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-07 07:12:34 +00:00
trezor-firmware/core/embed/ble_firmware/dis.h
2023-04-27 22:33:50 +02:00

9 lines
64 B
C

#ifndef __DIS__
#define __DIS__
void dis_init(void);
#endif