Skip to content

Commit 3c29cd1

Browse files
committed
Merge remote-tracking branch 'benma/bootloaderbtc'
2 parents b605f3c + 859e09a commit 3c29cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootloader/bootloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ typedef union {
153153
static uint8_t _loading_ready = 0;
154154
static uint8_t _firmware_num_chunks = 0;
155155
// clang-format off
156-
#if defined(BOOTLOADER_BTC)
156+
#if defined(BOOTLOADER_BTC_ONLY)
157157
static const uint8_t _root_pubkeys[BOOT_NUM_ROOT_SIGNING_KEYS][BOOT_PUBKEY_LEN] = { // order is important
158158
{
159159
0xe7, 0x30, 0x92, 0x3f, 0x19, 0x04, 0xd3, 0xe8, 0x3e, 0x0a, 0xb0, 0x7f, 0x05, 0x0d, 0x8e, 0x4e,

0 commit comments

Comments
 (0)