1
0
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:
Pavol Rusnak 2017-10-17 17:38:22 +02:00
parent 4bda828cbd
commit c689b1f2cd
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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();