| 701 | } |
| 702 | |
| 703 | virtual DriverState poll() override { |
| 704 | return DriverState(DriverState::READY); // Always "ready" (does nothing) |
| 705 | } |
| 706 | |
| 707 | virtual fl::string getName() const override { |
| 708 | return fl::string::from_literal("STUB"); |
nothing calls this directly
no test coverage detected