| 3997 | } |
| 3998 | |
| 3999 | void Platform::OnProcessingCanMessage() noexcept |
| 4000 | { |
| 4001 | whenLastCanMessageProcessed = millis(); |
| 4002 | digitalWrite(ActLedPin, ActOnPolarity); // turn the ACT LED on |
| 4003 | } |
| 4004 | |
| 4005 | #endif |
| 4006 |
no outgoing calls
no test coverage detected