| 129 | } |
| 130 | |
| 131 | inline bool is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT { |
| 132 | return null_is_handler_enabled(handle); |
| 133 | } |
| 134 | |
| 135 | inline const char* get_error_string(int error_code) FL_NOEXCEPT { |
| 136 | return null_get_error_string(error_code); |
no test coverage detected