diff --git a/riscv-rt/src/lib.rs b/riscv-rt/src/lib.rs index c3b6ae4d..c8c1cf62 100644 --- a/riscv-rt/src/lib.rs +++ b/riscv-rt/src/lib.rs @@ -311,13 +311,10 @@ //! //! This functions are called when corresponding interrupt is occured. //! You can define an interrupt handler with one of the following names: -//! * `UserSoft` //! * `SupervisorSoft` //! * `MachineSoft` -//! * `UserTimer` //! * `SupervisorTimer` //! * `MachineTimer` -//! * `UserExternal` //! * `SupervisorExternal` //! * `MachineExternal` //!