OpenBLT: Make BackDoorInitHook() overridable
This commit is contained in:
parent
fa965dc333
commit
bd955a339f
|
@ -51,7 +51,7 @@
|
||||||
** \return none.
|
** \return none.
|
||||||
**
|
**
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
void BackDoorInitHook(void)
|
__attribute__((weak)) void BackDoorInitHook(void)
|
||||||
{
|
{
|
||||||
} /*** end of BackDoorInitHook ***/
|
} /*** end of BackDoorInitHook ***/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue