| 109 | namespace platforms { |
| 110 | |
| 111 | inline int attach_timer_handler(const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT { |
| 112 | return null_attach_timer_handler(config, handle); |
| 113 | } |
| 114 | |
| 115 | inline int attach_external_handler(u8 pin, const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT { |
| 116 | return null_attach_external_handler(pin, config, handle); |
no test coverage detected