Files
c_soft/cpu/timer.h
andy ff151012be 添加timer外设
1.解决while(1)执行异常的问题
2025-06-12 17:27:48 +08:00

10 lines
95 B
C

#ifndef timer_h__
#define timer_h__
#include "riscv.h"
const device_t* timer_dev();
#endif