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`
 //!