constructor
| 31 | |
| 32 | // constructor |
| 33 | CANDriver::CANDriver() |
| 34 | {} |
| 35 | |
| 36 | static const twai_timing_config_t t_config = TWAI_TIMING_CONFIG_1MBITS(); |
| 37 | static twai_filter_config_t f_config = TWAI_FILTER_CONFIG_ACCEPT_ALL(); |
nothing calls this directly
no outgoing calls
no test coverage detected