从站邻近设备的代码正常工作,和正常转发的代码能同时工作不会产生fifo上下溢出

This commit is contained in:
2025-02-15 01:05:16 +08:00
parent a9f741deca
commit 7b457e9e22
3 changed files with 77 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ extern volatile uint32_t * const mtimecmp_low;
extern volatile uint32_t mtimer_int_flag;
uint64_t read_timer(void);
uint64_t read_mtimer(void);
void set_mtimecmp(uint64_t value) ;
void enable_mtimer_int();
void disable_mtimer_int();