OpenBLT: Make BackDoorInitHook() overridable

This commit is contained in:
andreika-git 2025-02-23 00:58:34 +02:00 committed by rusefillc
parent fa965dc333
commit bd955a339f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
** \return none. ** \return none.
** **
****************************************************************************************/ ****************************************************************************************/
void BackDoorInitHook(void) __attribute__((weak)) void BackDoorInitHook(void)
{ {
} /*** end of BackDoorInitHook ***/ } /*** end of BackDoorInitHook ***/