mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-06 04:48:44 +00:00
Rename "bflb_flash_get_jedecid()" to bflb_flash_get_jedec_id() (in bl602_flash.c) to be consistent with the declaration in bflb_flash.h.
Fixes a build/link error when building for BL602.
This commit is contained in:
parent
5f9b8e8b85
commit
a093cca2f0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int ATTR_TCM_SECTION bflb_flash_init(void)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t bflb_flash_get_jedecid(void)
|
uint32_t bflb_flash_get_jedec_id(void)
|
||||||
{
|
{
|
||||||
uint32_t jid = 0;
|
uint32_t jid = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue