初始版本

This commit is contained in:
2026-04-23 13:49:53 +08:00
parent c1d6ebd38c
commit ac718a463a
257 changed files with 265681 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef ____HDL_CLK_H_
#define ____HDL_CLK_H_
#include "hc32_ll.h"
#define USING_XTAL (0)
void hdl_clk_init(void);
void hdl_delay_us(uint16_t us);
void hdl_delay_ms(uint16_t ms);
#endif