mirror of
https://github.com/ArteryTek/AT32F413_Firmware_Library.git
synced 2026-05-21 09:22:02 +00:00
update version to v2.1.6
This commit is contained in:
@@ -239,7 +239,7 @@ void flash_spim_unlock(void)
|
||||
{
|
||||
FLASH->unlock3 = FLASH_UNLOCK_KEY1;
|
||||
FLASH->unlock3 = FLASH_UNLOCK_KEY2;
|
||||
UNUSED(*(__IO uint32_t*)USD_BASE);
|
||||
UNUSED(*(__IO uint32_t*)USD_BASE);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -744,8 +744,8 @@ void flash_interrupt_enable(uint32_t flash_int, confirm_state new_state)
|
||||
*/
|
||||
void flash_spim_model_select(flash_spim_model_type mode)
|
||||
{
|
||||
UNUSED(*(__IO uint32_t*)USD_BASE);
|
||||
FLASH->select = mode;
|
||||
|
||||
/* dummy read */
|
||||
flash_spim_dummy_read();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user