chage tab

This commit is contained in:
redoc 2020-03-12 15:02:26 +08:00 committed by GitHub
parent acf4fc6d2e
commit 363903b984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 59 additions and 59 deletions

View File

@ -249,7 +249,7 @@ int stm32_flash_erase(rt_uint32_t addr, size_t size)
}
}
return result;
return result;
#else
return stm32_flash_erase_bank(FLASH_BANK_1, addr, size);
#endif