Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0610da60e6e766d49b64bd80eda47863ff7b35fd
/
.
/
modules
/
hal_sifli
/
hal.c
blob: 5805a330dba81bc2967b8a732ff623c1d627442d [
file
] [
log
] [
blame
]
/*
* Copyright 2025 Core Devices LLC
* SPDX-License-Identifier: Apache-2.0
*/
#include
<stdint.h>
/* System clock (48MHz by RC48 at boot) */
uint32_t
SystemCoreClock
=
48000000UL
;