| 52 | } |
| 53 | |
| 54 | inline int null_detach_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 55 | handle = isr_handle_t(); // Invalidate handle |
| 56 | return ERR_NOT_IMPLEMENTED; // Not implemented error |
| 57 | } |
| 58 | |
| 59 | inline int null_enable_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 60 | (void)handle; |