mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
bootloader: remove debug code
This commit is contained in:
parent
4bda828cbd
commit
c689b1f2cd
@ -248,14 +248,6 @@ int main(void)
|
|||||||
touched = true;
|
touched = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
touched = true;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// start the bootloader if user touched the screen or no firmware installed
|
// start the bootloader if user touched the screen or no firmware installed
|
||||||
if (touched || !vendor_parse_header((const uint8_t *)FIRMWARE_START, NULL)) {
|
if (touched || !vendor_parse_header((const uint8_t *)FIRMWARE_START, NULL)) {
|
||||||
bootloader_loop();
|
bootloader_loop();
|
||||||
|
Loading…
Reference in New Issue
Block a user