| 62 | } |
| 63 | |
| 64 | inline int null_disable_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 65 | (void)handle; |
| 66 | return ERR_NOT_IMPLEMENTED; // Not implemented error |
| 67 | } |
| 68 | |
| 69 | inline bool null_is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT { |
| 70 | (void)handle; |