Skip to content

Commit 85b1ba7

Browse files
committed
Modify variable names.
1 parent a736e52 commit 85b1ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/embed/emmc_wrapper/emmc_commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ static int check_file_contents(uint8_t iface_num, const uint8_t* buffer, uint32_
718718
sizeof(update_info.items[update_info.item_count].new_version)
719719
);
720720

721-
update_info.items[update_info.item_count].type = UPDATAE_SE;
721+
update_info.items[update_info.item_count].type = UPDATE_SE;
722722
update_info.items[update_info.item_count].offset = p_data - buffer;
723723
update_info.items[update_info.item_count].length = thd89_hdr.codelen + IMAGE_HEADER_SIZE;
724724
update_info.item_count++;

core/embed/trezorhal/image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ typedef struct {
8989

9090
typedef enum {
9191
UPDATE_MCU = 1,
92-
UPDATAE_SE = 2,
92+
UPDATE_SE = 2,
9393
UPDATE_BLE = 3,
9494
UPDATE_BOOTLOADER = 4
9595
} update_item_type_t;

0 commit comments

Comments
 (0)