Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
60d8b2fe37572b4d72e9c15c7d5564824f63b24c
/
.
/
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
;