1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 09:09:02 +00:00

fix(core): fix bootloader build for models with HW keys but without optiga

[no changelog]
This commit is contained in:
tychovrahe 2025-03-25 15:51:03 +01:00 committed by TychoVrahe
parent f1d3f835b8
commit 4fce1f55ee

View File

@ -25,7 +25,7 @@
#include <util/flash.h>
#include <util/flash_utils.h>
#if USE_OPTIGA
#if USE_OPTIGA || USE_STORAGE_HWKEY
#include <sec/secret.h>
#endif