浏览代码

minor changes

Román Cárdenas Rodríguez 1 年之前
父节点
当前提交
0a789d4fad
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      riscv-rt/src/lib.rs

+ 0 - 3
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`
 //!