Skip to content

Commit 0a789d4

Browse files
committed
minor changes
1 parent bd60e25 commit 0a789d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

riscv-rt/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,10 @@
311311
//!
312312
//! This functions are called when corresponding interrupt is occured.
313313
//! You can define an interrupt handler with one of the following names:
314-
//! * `UserSoft`
315314
//! * `SupervisorSoft`
316315
//! * `MachineSoft`
317-
//! * `UserTimer`
318316
//! * `SupervisorTimer`
319317
//! * `MachineTimer`
320-
//! * `UserExternal`
321318
//! * `SupervisorExternal`
322319
//! * `MachineExternal`
323320
//!

0 commit comments

Comments
 (0)