소스 검색

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