1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00

firmware/bl_check: remove unused macro

This commit is contained in:
Pavol Rusnak 2019-02-19 13:58:36 +01:00
parent b24c062a3d
commit 85a482acf2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -51,8 +51,6 @@ static secbool latest_bootloader(const uint8_t *hash, int len) {
return secfalse; return secfalse;
} }
#define BACKLIGHT_NORMAL 150
void check_and_replace_bootloader(void) void check_and_replace_bootloader(void)
{ {
// compute current bootloader hash // compute current bootloader hash