parent
a2a0bfa51a
commit
ccf1bfff44
|
@ -229,6 +229,7 @@ public class FunctionalTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testRoverV8() {
|
||||
ecu.setEngineType(ET_ROVER_V8);
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@ public class IncomingDataBuffer {
|
|||
}
|
||||
onPacketArrived();
|
||||
if (log.debugEnabled())
|
||||
log.debug("packet " + Arrays.toString(packet) + ": crc OK");
|
||||
log.trace("packet arrived: " + Arrays.toString(packet) + ": crc OK");
|
||||
|
||||
return packet;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue