| 63 | MCP_CAN* Can232::MCP_OBJECT = NULL; |
| 64 | |
| 65 | void Can232::attach(MCP_CAN *CAN) { |
| 66 | MCP_OBJECT = CAN; |
| 67 | #define lw232CAN MCP_OBJECT |
| 68 | } |
| 69 | |
| 70 | void Can232::setFilter(INT8U (*userFunc)(INT32U)) { |
| 71 | instance()->setFilterFunc(userFunc); |
nothing calls this directly
no outgoing calls
no test coverage detected