| 117 | } |
| 118 | |
| 119 | inline int detach_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 120 | return null_detach_handler(handle); |
| 121 | } |
| 122 | |
| 123 | inline int enable_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 124 | return null_enable_handler(handle); |
no test coverage detected