Remove redundant extern SystemInit
Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: I3c93fd703eb184d946f25a7f6be3c70124b469c1
This commit is contained in:
parent
3cac7c61bb
commit
fab70c738d
|
@ -130,7 +130,6 @@ extern "C" {
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
extern UINT32 OsSystemInit(VOID);
|
extern UINT32 OsSystemInit(VOID);
|
||||||
extern VOID SystemInit(VOID);
|
|
||||||
|
|
||||||
VOID __attribute__((weak)) SystemInit(VOID)
|
VOID __attribute__((weak)) SystemInit(VOID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue