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:
Jean-François Milants 2022-11-20 12:42:30 +01:00 committed by sakumisu
parent 5f9b8e8b85
commit a093cca2f0

View File

@ -95,7 +95,7 @@ int ATTR_TCM_SECTION bflb_flash_init(void)
return ret;
}
uint32_t bflb_flash_get_jedecid(void)
uint32_t bflb_flash_get_jedec_id(void)
{
uint32_t jid = 0;