| 8 | namespace isr { |
| 9 | |
| 10 | int attach_timer_handler(const config& cfg, handle* out_handle) { |
| 11 | return isr::platforms::attach_timer_handler(cfg, out_handle); |
| 12 | } |
| 13 | |
| 14 | int attach_external_handler(u8 pin, const config& cfg, handle* out_handle) { |
| 15 | return isr::platforms::attach_external_handler(pin, cfg, out_handle); |
no outgoing calls
no test coverage detected