Román Cárdenas Rodríguez 1 rok temu
rodzic
commit
0a789d4fad
1 zmienionych plików z 0 dodań i 3 usunięć
  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`
 //!