Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1bafbf4f1d113fd5d722bbcd041082927c4c7421
/
.
/
soc
/
gd
/
gd32
/
gd32l23x
/
soc.c
blob: 849f4e2f29642ddf2c72322ff994c8b798f03230 [
file
] [
log
] [
blame
]
/*
* Copyright (c) Copyright (c) 2022 BrainCo Inc.
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/device.h>
#include
<zephyr/init.h>
#include
<soc.h>
void
soc_early_init_hook
(
void
)
{
SystemInit
();
}