| 67 | } |
| 68 | |
| 69 | inline bool null_is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT { |
| 70 | (void)handle; |
| 71 | return false; |
| 72 | } |
| 73 | |
| 74 | inline const char* null_get_error_string(int error_code) FL_NOEXCEPT { |
| 75 | switch (error_code) { |
no outgoing calls
no test coverage detected