1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 21:30:56 +00:00

flash: remove flash_set_option_bytes

This commit is contained in:
Jan Pochyla 2017-11-05 21:00:38 +01:00
parent 0376ff7f48
commit 1f6cc70480
2 changed files with 0 additions and 6 deletions

View File

@ -47,8 +47,6 @@ extern const uint32_t FLASH_SECTOR_TABLE[FLASH_SECTOR_COUNT + 1];
secbool flash_init(void);
void flash_set_option_bytes(void);
secbool flash_unlock(void);
secbool flash_lock(void);

View File

@ -71,10 +71,6 @@ secbool flash_init(void)
return sectrue;
}
void flash_set_option_bytes(void)
{
}
secbool flash_unlock(void)
{
return sectrue;