| 479 | } |
| 480 | |
| 481 | inline int attach_external_handler(u8 pin, const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT { |
| 482 | return stub_attach_external_handler(pin, config, handle); |
| 483 | } |
| 484 | |
| 485 | inline int detach_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 486 | return stub_detach_handler(handle); |
nothing calls this directly
no test coverage detected