1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 07:18:09 +00:00
trezor-firmware/micropython/stmhal/bootloader/ui.h

7 lines
92 B
C
Raw Normal View History

2016-10-03 14:17:49 +00:00
#ifndef __BOOTLOADER_UI_H__
#define __BOOTLOADER_UI_H__
void screen_welcome(void);
#endif