update version to v2.1.6

This commit is contained in:
Artery-MCU
2025-04-29 13:41:48 +08:00
parent f6fe62dfec
commit f4e3505c4a
66 changed files with 2914 additions and 13481 deletions

View File

@@ -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();
}