This commit is contained in:
rusefillc 2021-12-07 00:01:55 -05:00
parent 11cab664cb
commit bfd2265b38
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ package com.rusefi.io.can;
import com.devexperts.logging.Logging;
import com.rusefi.io.IoStream;
/**
* @see IsoTpCanDecoder
*/
public abstract class IsoTpConnector {
private final static Logging log = Logging.getLogging(IsoTpConnector.class);