| 13 | } |
| 14 | |
| 15 | static error_t stop() { |
| 16 | check(driver_remove_destruct(&py32ioexpander_driver) == ERROR_NONE); |
| 17 | return ERROR_NONE; |
| 18 | } |
| 19 | |
| 20 | Module py32ioexpander_module = { |
| 21 | .name = "py32ioexpander", |
nothing calls this directly
no test coverage detected