/* * Copyright (c) 2006-2024, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2024-04-08 QT-one first version */ #include "board.h" /* This feature will initialize the HT32 chip clock */ void rt_hw_board_clock_init(void) { }