Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fed4e13c537d446f7078324d266290e15d08291b
/
.
/
modules
/
hal_wch
/
ch32fun.h
blob: b239ed5f61bc89e6a8bede5e80c2d929238d05e0 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 Dhiru Kholia
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
_CH32FUN_H
#define
_CH32FUN_H
#if defined(CONFIG_SOC_CH32V003)
#define
CH32V003
1
#include
<ch32v003fun.h>
#endif
#endif