| 218 | |
| 219 | #ifdef USING_BXCAN0 |
| 220 | static void bxcan0_hw_init(void) |
| 221 | { |
| 222 | pin_set_purpose(54, PIN_PURPOSE_OTHER); |
| 223 | pin_set_purpose(55, PIN_PURPOSE_OTHER); |
| 224 | pin_set_remap(54, PIN_REMAP_THIRD); |
| 225 | pin_set_remap(55, PIN_REMAP_THIRD); |
| 226 | } |
| 227 | #endif |
| 228 | |
| 229 | #ifdef USING_BXCAN1 |
no test coverage detected