This commit is contained in:
rusefillc 2022-08-24 16:44:33 -04:00
parent 54c5729330
commit 015fb9f86d
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
/**
* todo: kill this one?
* @see TrcToMlq
*/
public class CAN2TS {
public static void main(String[] args) throws IOException {
CANoeReader reader = CANoeReader.INSTANCE;