mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
typo
This commit is contained in:
parent
7bf3255a6c
commit
44278272a4
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ int flash_start_flashing(int enable_bl_writes, char *serial_port_name, uint32_t
|
|||
flash_end = FLASH_START + AT91C_IFLASH_PAGE_SIZE * AT91C_IFLASH_NB_OF_PAGES;
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "End of flahs: 0x%08x", flash_end);
|
||||
PrintAndLogEx(INFO, "End of flash: 0x%08x", flash_end);
|
||||
|
||||
if (state & DEVICE_INFO_FLAG_UNDERSTANDS_START_FLASH) {
|
||||
// This command is stupid. Why the heck does it care which area we're
|
||||
|
|
Loading…
Reference in a new issue