We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441b699 commit 525751cCopy full SHA for 525751c
1 file changed
cpu/riscv_common/periph/coretimer.c
@@ -131,6 +131,7 @@ int timer_clear(tim_t dev, int channel)
131
return -1;
132
}
133
134
+ clear_csr(mie, MIP_MTIP);
135
return 0;
136
137
0 commit comments