This is used for WCH chips including the CH32V003. Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
12 lines
203 B
C
12 lines
203 B
C
/*
|
|
* Copyright (c) 2024 Dhiru Kholia
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _FUNCONFIG_H
|
|
#define _FUNCONFIG_H
|
|
|
|
/* Note: The hal_wch expects a 'funconfig.h' file to be present */
|
|
|
|
#endif
|