Remove unused rt_hw_set_gtimer_frq

This commit is contained in:
Yonggang Luo
2025-09-27 07:03:44 +08:00
committed by R b b666
parent 517e5b132b
commit 27e3460b88

View File

@@ -28,6 +28,5 @@ void rt_hw_set_gtimer_val(rt_uint64_t value);
rt_uint64_t rt_hw_get_gtimer_val();
rt_uint64_t rt_hw_get_cntpct_val();
rt_uint64_t rt_hw_get_gtimer_frq();
rt_uint64_t rt_hw_set_gtimer_frq(rt_uint64_t value);
#endif /* __GTIMER_H__ */