| 34 | static constexpr unsigned int defect_level = (inum * 2); |
| 35 | |
| 36 | static void reset(void) { |
| 37 | on_counter = 0; |
| 38 | } |
| 39 | |
| 40 | /* default reaction for unhandled events */ |
| 41 | void react(tinyfsm::Event const &) { }; |
nothing calls this directly
no outgoing calls
no test coverage detected